← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1459262] Re: QT_PLUGIN_PATH ignored on Ubuntu builds

 

EDIT. What I said isn't quite right.

** Changed in: qtbase-opensource-src (Ubuntu)
       Status: New => Invalid

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

Title:
  QT_PLUGIN_PATH ignored on Ubuntu builds

Status in qtbase-opensource-src package in Ubuntu:
  Invalid

Bug description:
  Code in qtbase effectively says

  
  if (plugin dir is explicitly set)
    use explicitly set directory
  else
    look in QT_PLUGIN_PATH then default place

  
  Debian packages explicitly set the plugin directory to be the default.
  This doesn't have any benefit, but makes it a lot harder for developers as this env variable no longer works.

  Removing -plugindir from the ./configure lines in rules fixes this.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1459262/+subscriptions


References