summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/mng/mng.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/imageformats/mng/mng.pro')
-rw-r--r--src/plugins/imageformats/mng/mng.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/plugins/imageformats/mng/mng.pro b/src/plugins/imageformats/mng/mng.pro
new file mode 100644
index 0000000000..88085f363c
--- /dev/null
+++ b/src/plugins/imageformats/mng/mng.pro
@@ -0,0 +1,17 @@
+TARGET = qmng
+include(../../qpluginbase.pri)
+
+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
+
+QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/imageformats
+target.path += $$[QT_INSTALL_PLUGINS]/imageformats
+INSTALLS += target