blob: dcc27aae6a2e70c277762f474758149db685dbaa [file] [log] [blame]
QT += widgets
requires(qtConfig(listview))
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