12 lines
334 B
Prolog
12 lines
334 B
Prolog
SOURCES = main.cpp
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine/twowaybutton
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS twowaybutton.pro
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine/twowaybutton
|
|
INSTALLS += target sources
|
|
|
|
symbian: CONFIG += qt_example
|
|
maemo5: CONFIG += qt_example
|
|
|