~lukas-kde/qtubuntu/fixFlagsLogic

« back to all changes in this revision

Viewing changes to src/ubuntumirclient/ubuntumirclient.pro

  • Committer: CI bot
  • Author(s): Daniel d'Andrada
  • Date: 2014-08-15 16:49:31 UTC
  • mfrom: (239.2.1 trunk)
  • Revision ID: ps-jenkins@lists.canonical.com-20140815164931-qnx5ihlnil9tifoq
Remove leftover pkg dependencies: mircommon and mirclient

The QPA shouldn't be talking to mir directly but only through
ubuntu-application-api 
Approved by: Gerry Boland, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
QMAKE_LFLAGS += -std=c++11 -Wl,-no-undefined
13
13
 
14
14
CONFIG += link_pkgconfig
15
 
PKGCONFIG += mircommon mirclient egl
 
15
PKGCONFIG += egl
16
16
 
17
17
LIBS += -lubuntu_application_api
18
18