summaryrefslogtreecommitdiffstats
path: root/examples/embedded/flickable/flickable.pro
blob: d31e7eba14d9b85fd37d2fa68ace7b136faac348 (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_example
}

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