2011-04-27 10:05:43 +00:00
|
|
|
SOURCES = main.cpp
|
|
|
|
RESOURCES = animatedtiles.qrc
|
|
|
|
|
|
|
|
# install
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation/animatedtiles
|
|
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS animatedtiles.pro images
|
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation/animatedtiles
|
|
|
|
INSTALLS += target sources
|
|
|
|
|
|
|
|
symbian {
|
|
|
|
TARGET.UID3 = 0xA000D7D1
|
2011-04-27 10:05:43 +00:00
|
|
|
CONFIG += qt_example
|
2011-04-27 10:05:43 +00:00
|
|
|
}
|
2011-05-07 21:50:03 +00:00
|
|
|
QT += widgets
|
2011-04-27 17:16:41 +00:00
|
|
|
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|