examples/threads/waitconditions/waitconditions.pro
changeset 30 5dc02b23752f
parent 0 1918ee327afb
--- a/examples/threads/waitconditions/waitconditions.pro	Wed Jun 23 19:07:03 2010 +0300
+++ b/examples/threads/waitconditions/waitconditions.pro	Tue Jul 06 15:10:48 2010 +0300
@@ -4,14 +4,13 @@
 
 TEMPLATE = app
 CONFIG -= moc app_bundle
+QT -= gui
 DEPENDPATH += .
 INCLUDEPATH += .
 
 # Input
 SOURCES += waitconditions.cpp
 CONFIG += qt warn_on create_prl link_prl console
-OBJECTS_DIR=obj/debug-shared
-MOC_DIR=moc/debug-shared
 
 # install
 target.path = $$[QT_INSTALL_EXAMPLES]/threads/waitconditions