summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/threads/clock/clock.pro
blob: 041c02bea8397528fae1077a4cd3f9ddf1d9b462 (plain)
1
2
3
4
5
6
7
8
9
10
QT += widgets
CONFIG += console
TEMPLATE = app
SOURCES += main.cpp \
    clockthread.cpp
HEADERS += clockthread.h

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/threads/clock
INSTALLS += target