16 lines
369 B
Prolog
Raw Normal View History

2023-10-29 23:33:08 +01:00
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