Last change
on this file since 37 was 2, checked in by dmik, 19 years ago |
Imported original Psi 0.10 sources from Affinix
|
File size:
303 bytes
|
Line | |
---|
1 | TEMPLATE = app
|
---|
2 | TARGET = dwtest
|
---|
3 | CONFIG += qt thread console
|
---|
4 |
|
---|
5 | MOC_DIR = .moc
|
---|
6 | OBJECTS_DIR = .obj
|
---|
7 | UI_DIR = .ui
|
---|
8 |
|
---|
9 | DEFINES += HAVE_DNOTIFY
|
---|
10 |
|
---|
11 | CONFIG += dirwatch
|
---|
12 | DIRWATCH_CPP = dirwatch
|
---|
13 | include($$DIRWATCH_CPP/dirwatch.pri)
|
---|
14 |
|
---|
15 | INCLUDEPATH += dirwatch
|
---|
16 |
|
---|
17 | HEADERS += dwtest.h
|
---|
18 | SOURCES += dwtest.cpp
|
---|
19 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.