summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/pixelator/pixelator.pro
blob: dd1ba73ac4617007fb51d74621fbd7f3cb6fc3d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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/widgets/itemviews/pixelator
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro images
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/itemviews/pixelator
INSTALLS += target sources

QT += widgets
!isEmpty(QT.printsupport.name): QT += printsupport