...except that the fix is only the upstream one, not the similar change
to our own mkspec.

To reproduce:

bzr branch lp:telegram-app
vi telegram-app/scope/scope.pro # remove the PKG_CONFIG_LIBDIR line as 
instructed 

sudo chroot /var/lib/schroot/mount/click-ubuntu-sdk-15.04-armhf-ucca-1000-* # 
your directory here
# navigate to telegram-app
qt5-qmake-arm-linux-gnueabihf .

Result:
Project ERROR: libunity-scopes development package not found

Expected:
No error.

However, even adding the same lines that were added in upstream to our
own usr/lib/arm-linux-gnueabihf/qt5/mkspecs/ubuntu-arm-
gnueabihf-g++/qmake.conf inside the chroot, the error message is still
there.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1580981

Title:
  PKGCONFIG not working in SDK

Status in Client Developer Experience:
  Confirmed
Status in Ubuntu SDK IDE:
  New
Status in qtbase-opensource-src package in Ubuntu:
  Fix Released
Status in qtbase-opensource-src package in Ubuntu RTM:
  Fix Committed

Bug description:
  having this in a qmake .pro file:

  CONFIG += link_pkgconfig
  PKGCONFIG += url-dispatcher-1 qmenumodel

  works fine for native building, but fails for crossbuilding for armhf.

  https://codereview.qt-project.org/#/c/143276/2//ALL,unified

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-developer-experience/+bug/1580981/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to