author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 06 Jul 2010 15:10:48 +0300 | |
changeset 30 | 5dc02b23752f |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
###################################################################### |
2 |
# Automatically generated by qmake (1.08a) Fri Jan 7 15:25:07 2005 |
|
3 |
###################################################################### |
|
4 |
||
5 |
TEMPLATE = app |
|
6 |
CONFIG -= moc app_bundle |
|
30
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
7 |
QT -= gui |
0 | 8 |
DEPENDPATH += . |
9 |
INCLUDEPATH += . |
|
10 |
||
11 |
# Input |
|
12 |
SOURCES += waitconditions.cpp |
|
13 |
CONFIG += qt warn_on create_prl link_prl console |
|
14 |
||
15 |
# install |
|
16 |
target.path = $$[QT_INSTALL_EXAMPLES]/threads/waitconditions |
|
17 |
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS waitconditions.pro |
|
18 |
sources.path = $$[QT_INSTALL_EXAMPLES]/threads/waitconditions |
|
19 |
INSTALLS += target sources |
|
20 |
||
21 |
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |