Do not build appindicator support by default

Use CONFIG+=appindicator if it is needed.
This commit is contained in:
Oleg Shparber 2015-01-11 19:57:07 -08:00
parent e0a287641f
commit 209f73b0ad

View File

@ -12,7 +12,8 @@ unix:!macx {
QMAKE_DEL_DIR = rmdir --ignore-fail-on-non-empty
!no_libappindicator {
# TODO: Detect libappindicator automatically
appindicator {
PKGCONFIG += gtk+-2.0
INCLUDEPATH += /usr/include/libappindicator-0.1 \
/usr/include/gtk-2.0 \