summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/icons/icons.pro
blob: 450bdf9f8af5152ceb391836716205df347cf247 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
QT += widgets

HEADERS       = iconpreviewarea.h \
                iconsizespinbox.h \
                imagedelegate.h \
                mainwindow.h
SOURCES       = iconpreviewarea.cpp \
                iconsizespinbox.cpp \
                imagedelegate.cpp \
                main.cpp \
                mainwindow.cpp

DEFINES += SRCDIR=\\\"$$PWD/\\\"

EXAMPLE_FILES = images/*

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/icons
INSTALLS += target