9 lines
164 B
INI
9 lines
164 B
INI
QT += widgets
|
|
|
|
SOURCES = main.cpp
|
|
RESOURCES = animatedtiles.qrc
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/animatedtiles
|
|
INSTALLS += target
|