mirror of
https://github.com/theCheeseboard/thedesk.git
synced 2025-01-23 02:42:02 -05:00
13 lines
379 B
Text
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)
|