summaryrefslogtreecommitdiffstats
path: root/examples/animation/moveblocks/moveblocks.pro
blob: f12714879324555ad2cf49cc8668b679898447ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}
QT += widgets
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)