summaryrefslogtreecommitdiffstats
path: root/examples/itemviews/puzzle/puzzle.pro
blob: 08e7efb65f473a44eff78600c87b15f6a9b257dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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)