qt5base-lts/examples/tutorials/threads/movedobject/movedobject.pro

20 lines
468 B
Prolog
Raw Normal View History

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