4fce5d1795
The tiff plugin and bundled libtiff is moving to the qtimageformats project on Gerrit. Task-number: QTBUG-23887 Change-Id: I4c848232fdccddd7e7f54215f9eaa78dc4c3a53d Reviewed-by: Kent Hansen <kent.hansen@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
23 lines
519 B
Prolog
23 lines
519 B
Prolog
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]/qtbase/itemviews/puzzle
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.jpg
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/puzzle
|
|
INSTALLS += target sources
|
|
|
|
|
|
wince* {
|
|
DEPLOYMENT_PLUGIN += qjpeg qgif
|
|
}
|
|
|
|
QT += widgets
|
|
|