source:
tests/embedded/embedded.pro@
1015
Last change on this file since 1015 was 1015, checked in by , 14 years ago | |
---|---|
File size: 161 bytes |
Rev | Line | |
---|---|---|
[1003] | 1 | DEPTH = . |
2 | include(../$$DEPTH/common.pri) | |
3 | ||
4 | QT = core gui | |
5 | CONFIG += console | |
6 | ||
7 | SOURCES += embedded.cpp | |
8 | ||
9 | RUN_ARGS = -style windows | |
[1015] | 10 | |
11 | win32:LIBS += user32.lib gdi32.lib |
Note:
See TracBrowser
for help on using the repository browser.