summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/mng/mng.pro
blob: 72dc506cf9ab8fcc7236e3cf9f288379de296d32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TARGET  = qmng
load(qt_plugin)

QTDIR_build:REQUIRES = "!contains(QT_CONFIG, no-mng)"

symbian: {
        #Disable warnings in 3rdparty code due to unused variables and arguments
        QMAKE_CXXFLAGS.CW += -W nounused
        TARGET.UID3=0x2001E619
}

include(../../../gui/image/qmnghandler.pri)
SOURCES += main.cpp

DESTDIR = $$QT.gui.plugins/imageformats
target.path += $$[QT_INSTALL_PLUGINS]/imageformats
INSTALLS += target