mirror of
https://github.com/theCheeseboard/thedesk.git
synced 2025-01-23 19:02:06 -05:00
9 lines
212 B
Text
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
|
|
}
|
|
|