summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/pixelator/pixelator.pro
blob: 35176a6026b41675e5e7626438be9c8fdb795035 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT += widgets
qtHaveModule(printsupport): QT += printsupport

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]/widgets/itemviews/pixelator
INSTALLS += target