← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1459262] [NEW] QT_PLUGIN_PATH ignored on Ubuntu builds

 

Public bug reported:

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.

** Affects: qtbase-opensource-src (Ubuntu)
     Importance: Undecided
         Status: New

-- 
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:
  New

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


Follow ups

References