Install qt_menu.nib as part of our install target

This commit is contained in:
Micke Prag 2011-09-09 10:37:34 +00:00
parent b373e9e454
commit e2537733cb

View file

@ -182,6 +182,11 @@ INSTALL(TARGETS ${telldus-center_TARGET}
) )
IF (APPLE) IF (APPLE)
INSTALL(
DIRECTORY ${QT_QTGUI_LIBRARY}/Resources/qt_menu.nib
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)