source: trunk/examples/threads/waitconditions/waitconditions.pro@ 5

Last change on this file since 5 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 663 bytes
Line 
1######################################################################
2# Automatically generated by qmake (1.08a) Fri Jan 7 15:25:07 2005
3######################################################################
4
5TEMPLATE = app
6CONFIG -= moc app_bundle
7DEPENDPATH += .
8INCLUDEPATH += .
9
10# Input
11SOURCES += waitconditions.cpp
12CONFIG += qt warn_on create_prl link_prl console
13OBJECTS_DIR=.obj/debug-shared
14MOC_DIR=.moc/debug-shared
15
16# install
17target.path = $$[QT_INSTALL_EXAMPLES]/threads/waitconditions
18sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS waitconditions.pro
19sources.path = $$[QT_INSTALL_EXAMPLES]/threads/waitconditions
20INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.