summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/puzzle/puzzle.pro
blob: a5379293fff1777d81bec940d1004f2386a38d82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
QT += widgets

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]/widgets/itemviews/puzzle
INSTALLS += target


wince* {
   DEPLOYMENT_PLUGIN += qjpeg qgif
}