qt5base-lts/examples/tutorials/threads/clock/clock.pro
Lars Knoll a889305c7e fix pro files
all examples compile again
2011-05-07 23:50:03 +02:00

16 lines
389 B
Prolog
Executable File

CONFIG += console
TEMPLATE = app
SOURCES += main.cpp \
clockthread.cpp
HEADERS += clockthread.h
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/threads/clock
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS clock.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/threads/clock
INSTALLS += target sources
symbian: CONFIG += qt_example
QT += widgets