Files
qcma/qcma_appindicator.pro
codestation 3b7c5af15c Added libappindicator3-dev and kdelibs-dev as build dependency.
Downgrade to Qt4 since Qt5 5.2.0 on Ubuntu 14.04 has a bug with harbuzz and japanese characters.
2014-10-07 10:00:46 -04:30

27 lines
619 B
Prolog

QT += gui widgets
TARGET = qcma_appindicator
TEMPLATE = lib
CONFIG += plugin link_pkgconfig
DEFINES += QCMA_TRAYINDICATOR_LIBRARY
QT_CONFIG -= no-pkg-config
PKGCONFIG += appindicator-0.1 gtk+-2.0 libnotify
INCLUDEPATH += src/
SOURCES += \
src/indicator/unityindicator.cpp
HEADERS += \
src/indicator/trayindicator_global.h \
src/indicator/trayindicator.h \
src/indicator/unityindicator.h
actions64.path = $$DATADIR/icons/hicolor/64x64/actions
actions64.files += resources/images/qcma_on.png
actions64.files += resources/images/qcma_off.png
target.path = /usr/lib/qcma
INSTALLS += target actions64