aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/plugins.pri
blob: 09995a399e440d6895cb9e5f373d2b3abea958df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include(../../qmmp.pri)
INCLUDEPATH += ../../../qmmp ../../../
QMAKE_LIBDIR += ../../../../lib

win32 {
    QMAKE_LIBDIR += ../../../../bin
    PLUGINS_PREFIX=../../../../../bin/plugins
    LIBS += -lqmmp0
    QMMPUI_LIB = -lqmmpui0
}

unix {
    PLUGINS_PREFIX=../../../../lib/qmmp
    LIBS += -lqmmp
    QMMPUI_LIB = -lqmmpui
}


CONFIG += warn_on plugin lib thread link_pkgconfig
TEMPLATE = lib