summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/mng/qmnghandler.pri
blob: cdf17c506f029b3838399938329cd9df28d13d62 (plain)
1
2
3
4
5
6
7
8
9
10
11
# common to plugin and built-in forms
INCLUDEPATH *= $$PWD
HEADERS += $$PWD/qmnghandler_p.h
SOURCES += $$PWD/qmnghandler.cpp
config_libmng {
    unix|win32-g++*: LIBS += -lmng
    else:win32: LIBS += libmng.lib
} else {
    include($$PWD/../../../3rdparty/libmng.pri)
    *-g++*: QMAKE_CFLAGS_WARN_ON += -Wno-unused-parameter
}