Skip to content

cdoolin/pyqt-pid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuring Qt Creator
----------------------

For some reason QtCreator 3.4 disables qmlprojects by default, so you have to
go to About Plugins in the menu and enable QmlProjectManager.






On Windows:
-----------

Since Qt Creator is probably installed with it's own Qt libraries (although
not required), and PyQt5 comes with it's own too,  it is necessary to
change the run environment to the "system environment" in the project setting


On OSX:
-------

PyQt5 apperently has issues with OSX, talked about here:
http://pyqt.sourceforge.net/Docs/PyQt5/platforms.html#os-x

Can fix this by adding to the project's run environment the variable
DYLD_FRAMEWORK_PATH pointing to /opt/local/libexec/qt5/lib (when qt5 is
installed via macports)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published