Add empty qt.conf on Mac OS X to make sure correct Qt-libs are loaded
This commit is contained in:
parent
20d568cb44
commit
23d870061a
2 changed files with 5 additions and 1 deletions
|
@ -186,7 +186,10 @@ IF (APPLE)
|
||||||
DIRECTORY ${QT_QTGUI_LIBRARY}/Resources/qt_menu.nib
|
DIRECTORY ${QT_QTGUI_LIBRARY}/Resources/qt_menu.nib
|
||||||
DESTINATION /Applications/TelldusCenter.app/Contents/Resources
|
DESTINATION /Applications/TelldusCenter.app/Contents/Resources
|
||||||
)
|
)
|
||||||
|
INSTALL(
|
||||||
|
FILES qt.conf
|
||||||
|
DESTINATION /Applications/TelldusCenter.app/Contents/Resources
|
||||||
|
)
|
||||||
INSTALL(CODE "
|
INSTALL(CODE "
|
||||||
INCLUDE(BundleUtilities)
|
INCLUDE(BundleUtilities)
|
||||||
GET_FILENAME_COMPONENT(DESTDIR \$ENV{DESTDIR} ABSOLUTE)
|
GET_FILENAME_COMPONENT(DESTDIR \$ENV{DESTDIR} ABSOLUTE)
|
||||||
|
|
1
telldus-gui/TelldusCenter/qt.conf
Normal file
1
telldus-gui/TelldusCenter/qt.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
[Paths]
|
Loading…
Add table
Add a link
Reference in a new issue