summaryrefslogtreecommitdiffstats
path: root/Tools/qmake/config.tests/libxslt/libxslt.pro
blob: cd25f2a83807de2c7e8b44397edc6698a10ac4ae (plain)
1
2
3
4
5
6
7
8
9
CONFIG -= qt
SOURCES = libxslt.cpp
mac {
    QMAKE_CXXFLAGS += -iwithsysroot /usr/include/libxslt -iwithsysroot /usr/include/libxml2
    LIBS += -lxslt
} else {
    PKGCONFIG += libxslt
    CONFIG += link_pkgconfig
}