Files
qcma/qcma_appindicator.pro
codestation 090f226934 Added pre 2.00 protocol versions to config dialog.
Fixed bug with appindicator installation on standalone mode.
Updated changelog.
2014-10-23 10:58:47 -04:30

29 lines
635 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 libnotify
INCLUDEPATH += src/
SOURCES += \
src/indicator/unityindicator.cpp
HEADERS += \
src/indicator/trayindicator_global.h \
src/indicator/trayindicator.h \
src/indicator/unityindicator.h
DATADIR = $$PREFIX/share
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