summaryrefslogtreecommitdiffstats
path: root/examples/widgets/imageviewer/imageviewer.pro
blob: c8656187ed6baecf449cd8842f297340051ec829 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
HEADERS       = imageviewer.h
SOURCES       = imageviewer.cpp \
                main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/imageviewer
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS imageviewer.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/imageviewer
INSTALLS += target sources

symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)

wince*: {
   DEPLOYMENT_PLUGIN += qjpeg qmng qgif
}