thedesk/plugins/plugins.pri
2020-04-11 22:06:34 +10:00

13 lines
379 B
Text

QT += tdesktopenvironment
CONFIG += plugin
unix:!macx: {
LIBS += -L$$OUT_PWD/../../libthedesk/ -lthedesk
INCLUDEPATH += $$PWD/../libthedesk ../../desktop/plugins
DEPENDPATH += $$PWD/../libthedesk
target.path = /usr/lib/thedesk/plugins
INSTALLS += target
}
QMAKE_POST_LINK += $$QMAKE_COPY_DIR $$quote($$_PRO_FILE_PWD_/translations) $$shell_quote($$OUT_PWD)