qt5base-lts/examples/embedded/digiflip/digiflip.pro
Casper van Donderen ebfbac6145 Add the embedded demos-examples to the build.
Change-Id: Ib0a1e650913416e3ec05f1a86c139844a814f8bf
Reviewed-on: http://codereview.qt.nokia.com/686
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: David Boddie
2011-06-24 16:47:24 +02:00

12 lines
299 B
Prolog

SOURCES = digiflip.cpp
symbian {
TARGET.UID3 = 0xA000CF72
CONFIG += qt_example
}
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/digiflip
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/digiflip
INSTALLS += target sources