CG2_Tasks/imageviewer-qt4.pro

16 lines
439 B
Prolog
Raw Permalink Normal View History

HEADERS = imageviewer-qt4.h
SOURCES = imageviewer-qt4.cpp \
imageviewer-main-qt4.cpp
2015-10-23 10:15:11 +02:00
# 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
2015-10-23 10:15:11 +02:00
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
2015-10-23 10:15:11 +02:00
wince*: {
DEPLOYMENT_PLUGIN += qjpeg qmng qgif
}