summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/pixelator/pixelator.pro
blob: b844e7c3a4f4f995654ad6fbeffb9fadebcd20b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT += widgets
!isEmpty(QT.printsupport.name): 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