Changeset 846 for trunk/examples/threads/waitconditions/waitconditions.pro
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/examples/threads/waitconditions/waitconditions.pro
r561 r846 5 5 TEMPLATE = app 6 6 CONFIG -= moc app_bundle 7 QT -= gui 7 8 DEPENDPATH += . 8 9 INCLUDEPATH += . … … 12 13 SOURCES += waitconditions.cpp 13 14 CONFIG += qt warn_on create_prl link_prl console 14 OBJECTS_DIR=obj/debug-shared15 MOC_DIR=moc/debug-shared16 15 17 16 # install
Note:
See TracChangeset
for help on using the changeset viewer.