summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qmnghandler.pri
blob: ffb98de92bbfc740334a99230acfcae078dd75d7 (plain)
1
2
3
4
5
6
7
8
9
10
# common to plugin and built-in forms
INCLUDEPATH *= $$PWD
HEADERS += $$PWD/qmnghandler_p.h
SOURCES += $$PWD/qmnghandler.cpp
contains(QT_CONFIG, system-mng) {
        if(unix|win32-g++*):LIBS += -lmng
        else:win32:         LIBS += libmng.lib
} else {
    include($$PWD/../../3rdparty/libmng.pri)
}