summaryrefslogtreecommitdiffstats
path: root/examples/animation/moveblocks/moveblocks.pro
blob: ee60e8fcc06a9b054c3ad270c4847ed46bbf6505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SOURCES = main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation/moveblocks
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS moveblocks.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation/moveblocks
INSTALLS += target sources

symbian {
    TARGET.UID3 = 0xA000E3F7
    CONFIG += qt_example
}
maemo5: CONFIG += qt_example