CTK In QtDesigner: Difference between revisions

From Commontk
Jump to navigationJump to search
(Add instructions for adding CTK plugins in QtDesigner)
Line 2: Line 2:
#Set the '''QT_PLUGIN_PATH''' environment variable to the ''.../CTK-build/CTK-build/bin'' path (that should contains a ''designer'' folder).
#Set the '''QT_PLUGIN_PATH''' environment variable to the ''.../CTK-build/CTK-build/bin'' path (that should contains a ''designer'' folder).
#:You might also have to add into the path the CTK plugins dependencies:
#:You might also have to add into the path the CTK plugins dependencies:
#:: Set the '''LD_LIBRARY_PATH''' environment variable to the ''.../CTK-build/CTK-build/bin'' path (that should contains files such as ''libCTKCore.so'' or ''libCTKWidgets.so'')  
#:: Set the '''LD_LIBRARY_PATH''' (or '''PATH''' on Windows) environment variable to the ''.../CTK-build/CTK-build/bin'' path (that should contains files such as ''libCTKCore.so'' or ''libCTKWidgets.so'')  
#Then you can start QtDesigner from the command line
#Then you can start QtDesigner from the command line
#:You can troubleshoot by opening the "Help -> About Plugins" dialog within QtDesigner.
#:You can troubleshoot by opening the "Help -> About Plugins" dialog within QtDesigner.

Revision as of 13:33, 16 October 2013

Home < CTK In QtDesigner

Instructions to load CTK widgets in Qt Designer

  1. Set the QT_PLUGIN_PATH environment variable to the .../CTK-build/CTK-build/bin path (that should contains a designer folder).
    You might also have to add into the path the CTK plugins dependencies:
    Set the LD_LIBRARY_PATH (or PATH on Windows) environment variable to the .../CTK-build/CTK-build/bin path (that should contains files such as libCTKCore.so or libCTKWidgets.so)
  2. Then you can start QtDesigner from the command line
    You can troubleshoot by opening the "Help -> About Plugins" dialog within QtDesigner.

Instructions to load CTK widgets in Qt Creator

Links