[Qt-interest] QtCreator Designer Plugins
Friedemann Kleint
Friedemann.Kleint at nokia.com
Wed May 11 09:25:01 CEST 2011
Hi,
> documentation<http://doc.qt.nokia.com/qtcreator-snapshot/adding-plugins.ht
> ml#locating-qt-designer-plugins> states that "The integrated Qt Designer
> fetches plugins from the %SDK%\bin\designer folder on Windows and Linux"
> but my SDK installation directory does not have that structure (have
> 1.1beta installed on linux).
You can create that folder. It is basically a consequence of Qt looking for
plugin in the folder of the application executable.
> Is there a defined variable, like QT_INSTALL_PLUGINS that points to this
> location that I should use in my target.path? I do not want to put an
> absolute path, the project is shared by other users.
The qmake variables only refer to the Qt installation in use, so, there is no
way to specify a path to a Qt Creator folder outside that version's tree.
Maybe setting QT_PLUGIN_PATH to point to a standard location would help?
Regards,
Friedemann
--
Friedemann Kleint
Nokia, Qt Development Frameworks
More information about the Qt-interest-old
mailing list