vinipsmaker / tufao

An asynchronous web framework for C++ built on top of Qt
http://vinipsmaker.github.io/tufao/
GNU Lesser General Public License v2.1
589 stars 179 forks source link

pluginLocations lazy initialization #67

Closed drizt closed 9 years ago

drizt commented 9 years ago

On Mac OS X first calling of QCoreApplication::libraryPaths must be after QApplication constructor. Otherwise Qt can't find path to

.app/Contents/Resource/qt.conf (it is default place). Without qt.conf Qt can't find path to plugins in Bundle.
vinipsmaker commented 9 years ago

Merged.

Thank you for the patch.