summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/threads/movedobject/movedobject.pro
blob: b2ea7e53667cf821e6a42e6c71d180fc9ac33bd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT += widgets
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]/widgets/tutorials/threads/movedobject
INSTALLS += target