summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/imageviewer/imageviewer.pro
blob: 3378db7fb601392c05ea4f87bd7af4e54c178ab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
QT += widgets
!isEmpty(QT.printsupport.name): QT += printsupport

HEADERS       = imageviewer.h
SOURCES       = imageviewer.cpp \
                main.cpp

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


wince*: {
   DEPLOYMENT_PLUGIN += qjpeg qgif
}

simulator: warning(This example might not fully work on Simulator platform)