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
|
|
|
|
|
2011-08-25 13:53:04 +00:00
|
|
|
QT += widgets printsupport
|