qt5base-lts/examples/statemachine/trafficlight/trafficlight.pro

12 lines
334 B
Prolog
Raw Normal View History

SOURCES = main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine/trafficlight
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS trafficlight.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine/trafficlight
INSTALLS += target sources
symbian: CONFIG += qt_example
maemo5: CONFIG += qt_example