qt5base-lts/examples/draganddrop/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

31 lines
780 B
Prolog

HEADERS = mainwindow.h \
pieceslist.h \
puzzlewidget.h
RESOURCES = puzzle.qrc
SOURCES = main.cpp \
mainwindow.cpp \
pieceslist.cpp \
puzzlewidget.cpp
QMAKE_PROJECT_NAME = dndpuzzle
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/draganddrop/puzzle
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.jpg
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/draganddrop/puzzle
INSTALLS += target sources
symbian:{
TARGET.UID3 = 0xA000CF65
CONFIG += qt_example
addFile.files = example.jpg
addFile.path = .
DEPLOYMENT += addFile
}
wince*: {
addFile.files = example.jpg
addFile.path = .
DEPLOYMENT += addFile
}
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)