Commit 09452414 authored by tstellanova's avatar tstellanova

eliminate refs to nonexistent toolbar files

parent 64cfb10b
...@@ -73,12 +73,6 @@ macx|macx-g++42|macx-g++|macx-llvm: { ...@@ -73,12 +73,6 @@ macx|macx-g++42|macx-g++|macx-llvm: {
QMAKE_POST_LINK += && mkdir -p $$TARGETDIR/qgroundcontrol.app/Contents/MacOS/qml/components/ QMAKE_POST_LINK += && mkdir -p $$TARGETDIR/qgroundcontrol.app/Contents/MacOS/qml/components/
QMAKE_POST_LINK += && cp -rf $$BASEDIR/qml/components/*.qml $$TARGETDIR/qgroundcontrol.app/Contents/MacOS/qml/components QMAKE_POST_LINK += && cp -rf $$BASEDIR/qml/components/*.qml $$TARGETDIR/qgroundcontrol.app/Contents/MacOS/qml/components
QMAKE_POST_LINK += && mkdir -p $$TARGETDIR/qgroundcontrol.app/Contents/MacOS/qml/resources
QMAKE_POST_LINK += && mkdir -p $$TARGETDIR/qgroundcontrol.app/Contents/MacOS/qml/resources/qgroundcontrol
QMAKE_POST_LINK += && mkdir -p $$TARGETDIR/qgroundcontrol.app/Contents/MacOS/qml/resources/qgroundcontrol/toolbar
QMAKE_POST_LINK += && cp -rf $$BASEDIR/qml/resources/qgroundcontrol/toolbar/*.png $$TARGETDIR/qgroundcontrol.app/Contents/MacOS/qml/resources/qgroundcontrol/toolbar
# Fix library paths inside executable # Fix library paths inside executable
QMAKE_POST_LINK += && install_name_tool -change libOpenThreads.dylib "@executable_path/../libs/libOpenThreads.dylib" $$TARGETDIR/qgroundcontrol.app/Contents/MacOS/qgroundcontrol QMAKE_POST_LINK += && install_name_tool -change libOpenThreads.dylib "@executable_path/../libs/libOpenThreads.dylib" $$TARGETDIR/qgroundcontrol.app/Contents/MacOS/qgroundcontrol
QMAKE_POST_LINK += && install_name_tool -change libosg.dylib "@executable_path/../libs/libosg.dylib" $$TARGETDIR/qgroundcontrol.app/Contents/MacOS/qgroundcontrol QMAKE_POST_LINK += && install_name_tool -change libosg.dylib "@executable_path/../libs/libosg.dylib" $$TARGETDIR/qgroundcontrol.app/Contents/MacOS/qgroundcontrol
......
...@@ -804,17 +804,7 @@ OTHER_FILES += \ ...@@ -804,17 +804,7 @@ OTHER_FILES += \
OTHER_FILES += \ OTHER_FILES += \
qml/ApmToolBar.qml \ qml/ApmToolBar.qml \
qml/components/Button.qml \ qml/components/Button.qml \
qml/components/TextButton.qml \ qml/components/TextButton.qml
qml/resources/qgroundcontrol/toolbar/connect.png \
qml/resources/qgroundcontrol/toolbar/flightplanner.png \
qml/resources/qgroundcontrol/toolbar/helpwizard.png \
qml/resources/qgroundcontrol/toolbar/softwareconfig.png \
qml/resources/qgroundcontrol/toolbar/terminal.png \
qml/resources/qgroundcontrol/toolbar/simulation.png \
qml/resources/qgroundcontrol/toolbar/hardwareconfig.png \
qml/resources/qgroundcontrol/toolbar/flightdata.png \
qml/resources/qgroundcontrol/toolbar/disconnect.png \
qml/resources/qgroundcontrol/toolbar/donate.png \
#qmlcomponents.path += $${DESTDIR}$${TARGET}/components #qmlcomponents.path += $${DESTDIR}$${TARGET}/components
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment