source: psi/trunk/iris/example/conntest/conntest.pro

Last change on this file was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 184 bytes
Line 
1TEMPLATE = app
2CONFIG += qt thread console
3TARGET = conntest
4
5exists(example.pri) {
6 include(example.pri)
7}
8!exists(example.pri) {
9 include(../example.pri)
10}
11
12SOURCES += conntest.cpp
13
Note: See TracBrowser for help on using the repository browser.