summaryrefslogtreecommitdiffstats
path: root/examples/embedded/digiflip/digiflip.pro
blob: cd64f7cba69e7628ed49778b4b74eb2b38129384 (plain)
1
2
3
4
5
6
7
8
9
10
11
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