summaryrefslogtreecommitdiffstats
path: root/demos/embedded/digiflip/digiflip.pro
blob: 4af997371f3ff2a64f9168b8b99c59a6458beed1 (plain)
1
2
3
4
5
6
7
8
9
10
11
SOURCES = digiflip.cpp

symbian {
    TARGET.UID3 = 0xA000CF72
    include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
}

target.path = $$[QT_INSTALL_DEMOS]/embedded/digiflip
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
sources.path = $$[QT_INSTALL_DEMOS]/embedded/digiflip
INSTALLS += target sources