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

QT += widgets