source: psi/trunk/src/tools/dwtest.pro@ 8

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

Imported original Psi 0.10 sources from Affinix

File size: 303 bytes
Line 
1TEMPLATE = app
2TARGET = dwtest
3CONFIG += qt thread console
4
5MOC_DIR = .moc
6OBJECTS_DIR = .obj
7UI_DIR = .ui
8
9DEFINES += HAVE_DNOTIFY
10
11CONFIG += dirwatch
12DIRWATCH_CPP = dirwatch
13include($$DIRWATCH_CPP/dirwatch.pri)
14
15INCLUDEPATH += dirwatch
16
17HEADERS += dwtest.h
18SOURCES += dwtest.cpp
19
Note: See TracBrowser for help on using the repository browser.