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, 0 insertions, 17 deletions
diff --git a/src/plugins/imageformats/mng/mng.pro b/src/plugins/imageformats/mng/mng.pro
deleted file mode 100644
index 72dc506cf9..0000000000
--- a/src/plugins/imageformats/mng/mng.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-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