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

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

examples: waitconditions only needs QtCore.

File size: 673 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 += .
9QT = core
10
11# Input
12SOURCES += waitconditions.cpp
13CONFIG += qt warn_on create_prl link_prl console
14OBJECTS_DIR=.obj/debug-shared
15MOC_DIR=.moc/debug-shared
16
17# install
18target.path = $$[QT_INSTALL_EXAMPLES]/threads/waitconditions
19sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS waitconditions.pro
20sources.path = $$[QT_INSTALL_EXAMPLES]/threads/waitconditions
21INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.