summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/mng/mng.pro
blob: ad11c496c7475a583fd34762c642a37c7b9c8a11 (plain)
1
2
3
4
5
6
7
8
9
10
11
TARGET  = qmng
load(qt_plugin)

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

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

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