summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/puzzle/puzzle.pro
blob: 55f1d7e709be05590103c2f4c078cfe208793dae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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