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

QT += widgets