mirror of
https://github.com/zealdocs/zeal.git
synced 2024-12-02 09:44:14 +03:00
Do not build appindicator support by default
Use CONFIG+=appindicator if it is needed.
This commit is contained in:
parent
e0a287641f
commit
209f73b0ad
@ -12,7 +12,8 @@ unix:!macx {
|
|||||||
|
|
||||||
QMAKE_DEL_DIR = rmdir --ignore-fail-on-non-empty
|
QMAKE_DEL_DIR = rmdir --ignore-fail-on-non-empty
|
||||||
|
|
||||||
!no_libappindicator {
|
# TODO: Detect libappindicator automatically
|
||||||
|
appindicator {
|
||||||
PKGCONFIG += gtk+-2.0
|
PKGCONFIG += gtk+-2.0
|
||||||
INCLUDEPATH += /usr/include/libappindicator-0.1 \
|
INCLUDEPATH += /usr/include/libappindicator-0.1 \
|
||||||
/usr/include/gtk-2.0 \
|
/usr/include/gtk-2.0 \
|
||||||
|
Loading…
Reference in New Issue
Block a user