mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
12 lines
305 B
Diff
12 lines
305 B
Diff
|
--- src/gui/gui.pro.orig 2015-05-27 01:56:21.000000000 +1000
|
||
|
+++ src/gui/gui.pro 2015-06-09 16:52:57.664552976 +1000
|
||
|
@@ -4,6 +4,8 @@
|
||
|
TARGET = synergy
|
||
|
DEPENDPATH += . \
|
||
|
res
|
||
|
+CONFIG += link_pkgconfig
|
||
|
+PKGCONFIG += avahi-compat-libdns_sd
|
||
|
INCLUDEPATH += . \
|
||
|
src
|
||
|
FORMS += res/MainWindowBase.ui \
|