qtbase/examples/widgets/tutorials/threads/clock/clock.pro

11 lines
214 B
Prolog
Raw Normal View History

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