thedesk/plugins/plugins.pri
2020-04-04 23:02:17 +11:00

9 lines
212 B
Text

QT += tdesktopenvironment
CONFIG += plugin
unix:!macx: {
LIBS += -L$$OUT_PWD/../../libthedesk/ -lthedesk
INCLUDEPATH += $$PWD/../libthedesk ../../desktop/plugins
DEPENDPATH += $$PWD/../libthedesk
}