source:
psi/trunk/iris/example/conntest/conntest.pro
Last change on this file was 2, checked in by , 19 years ago | |
---|---|
File size: 184 bytes |
Line | |
---|---|
1 | TEMPLATE = app |
2 | CONFIG += qt thread console |
3 | TARGET = conntest |
4 | |
5 | exists(example.pri) { |
6 | include(example.pri) |
7 | } |
8 | !exists(example.pri) { |
9 | include(../example.pri) |
10 | } |
11 | |
12 | SOURCES += conntest.cpp |
13 |
Note:
See TracBrowser
for help on using the repository browser.