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

symbian {
    TARGET.UID3 = 0xA000CF72
    CONFIG += qt_demo
}

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