mirror of
https://github.com/theCheeseboard/thedesk.git
synced 2025-01-23 02:42:02 -05:00
14 lines
480 B
Text
14 lines
480 B
Text
QT += tdesktopenvironment
|
|
CONFIG += plugin
|
|
|
|
unix:!macx: {
|
|
LIBS += -L$$OUT_PWD/../../libthedesk/ -lthedesk
|
|
INCLUDEPATH += $$PWD/../libthedesk ../../libthedesk/plugins
|
|
DEPENDPATH += $$PWD/../libthedesk
|
|
|
|
target.path = $$[QT_INSTALL_LIBS]/thedesk/plugins
|
|
INSTALLS += target
|
|
}
|
|
|
|
QMAKE_POST_LINK += $$QMAKE_COPY_DIR $$quote($$_PRO_FILE_PWD_/translations) $$shell_quote($$OUT_PWD) && \
|
|
$$QMAKE_COPY $$quote($$_PRO_FILE_PWD_/defaults.conf) $$shell_quote($$OUT_PWD)
|