qt5base-lts/examples/tutorials/threads/movedobject/movedobject.pro
Lars Knoll a889305c7e fix pro files
all examples compile again
2011-05-07 23:50:03 +02:00

20 lines
468 B
Prolog
Executable File

CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += main.cpp \
workerobject.cpp \
thread.cpp
HEADERS += \
workerobject.h \
thread.h
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/threads/movedobject
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS movedobject.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/threads/movedobject
INSTALLS += target sources
symbian: CONFIG += qt_example
QT += widgets