Install qt_menu.nib as part of our install target
This commit is contained in:
parent
b373e9e454
commit
e2537733cb
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue