Skip to content
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.

Commit

Permalink
Dependency cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
codestation committed Oct 7, 2014
1 parent da85d50 commit e6c7a6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qcma_appindicator.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DEFINES += QCMA_TRAYINDICATOR_LIBRARY

QT_CONFIG -= no-pkg-config

PKGCONFIG += appindicator-0.1 gtk+-2.0 libnotify
PKGCONFIG = appindicator-0.1 libnotify
INCLUDEPATH += src/

SOURCES += \
Expand Down
2 changes: 1 addition & 1 deletion qcma_common.pri
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RESOURCES += qcmares.qrc translations.qrc

# find packages using pkg-config
CONFIG += link_pkgconfig
PKGCONFIG += libvitamtp libavformat libavcodec libavutil libswscale
PKGCONFIG = libvitamtp libavformat libavcodec libavutil libswscale

# custom CXXFLAGS
QMAKE_CXXFLAGS += -Wno-write-strings -Wall -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
Expand Down
1 change: 1 addition & 0 deletions qcma_kdenotifier.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ TARGET = qcma_kdenotifier
TEMPLATE = lib
CONFIG += plugin
DEFINES += QCMA_TRAYINDICATOR_LIBRARY
PKGCONFIG =
LIBS += -lkdeui
INCLUDEPATH += src/

Expand Down

0 comments on commit e6c7a6b

Please sign in to comment.