source:
tests/widget/widget.pro@
919
Last change on this file since 919 was 341, checked in by , 16 years ago | |
---|---|
File size: 176 bytes |
Line | |
---|---|
1 | QT = core gui |
2 | CONFIG += console |
3 | |
4 | SOURCES += widget.cpp |
5 | |
6 | RUN_ARGS = -style windows |
7 | |
8 | DEPTH = . |
9 | include($$DEPTH/../common.pri) |
10 | else:error("Cannot include $$DEPTH/../common.pri!") |
Note:
See TracBrowser
for help on using the repository browser.