summaryrefslogtreecommitdiffstats
path: root/demos/embedded/flickable/flickable.pro
blob: 32b8213e11de37e69409348daaf9b7c792b3090c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SOURCES = flickable.cpp main.cpp
HEADERS = flickable.h

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

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