2011-04-27 10:05:43 +00:00
|
|
|
HEADERS = imagemodel.h \
|
|
|
|
mainwindow.h \
|
|
|
|
pixeldelegate.h
|
|
|
|
SOURCES = imagemodel.cpp \
|
|
|
|
main.cpp \
|
|
|
|
mainwindow.cpp \
|
|
|
|
pixeldelegate.cpp
|
|
|
|
RESOURCES += images.qrc
|
|
|
|
|
|
|
|
# install
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/pixelator
|
|
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro images
|
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/pixelator
|
|
|
|
INSTALLS += target sources
|
|
|
|
|
2012-06-13 10:59:54 +00:00
|
|
|
QT += widgets
|
|
|
|
!isEmpty(QT.printsupport.name): QT += printsupport
|