qt5base-lts/examples/itemviews/puzzle/puzzle.pro
David Boddie 0748751c9f Squashed commit of the changes from the mobile-examples repository
(4.7-generated-declarative branch).
2011-05-23 14:24:07 +02:00

24 lines
603 B
Prolog

HEADERS = mainwindow.h \
piecesmodel.h \
puzzlewidget.h
RESOURCES = puzzle.qrc
SOURCES = main.cpp \
mainwindow.cpp \
piecesmodel.cpp \
puzzlewidget.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/puzzle
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.jpg
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/puzzle
INSTALLS += target sources
symbian: CONFIG += qt_example
wince* {
DEPLOYMENT_PLUGIN += qjpeg qgif qtiff
}
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)