source: tests/widget/widget.pro@ 236

Last change on this file since 236 was 231, checked in by Dmitry A. Kuminov, 16 years ago

tests: Added generic widget test for quick testing and hacking.

File size: 149 bytes
Line 
1DEPTH = .
2include($$DEPTH/../common.pri)
3else:error("Cannot include $$DEPTH/../common.pri!")
4
5QT = core gui
6CONFIG += console
7
8SOURCES += widget.cpp
Note: See TracBrowser for help on using the repository browser.