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

Last change on this file since 846 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 692 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
7QT -= gui
8DEPENDPATH += .
9INCLUDEPATH += .
10QT = core
11
12# Input
13SOURCES += waitconditions.cpp
14CONFIG += qt warn_on create_prl link_prl console
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
21
22symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.