Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
09452414
Commit
09452414
authored
Jul 30, 2013
by
tstellanova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eliminate refs to nonexistent toolbar files
parent
64cfb10b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
17 deletions
+1
-17
qgroundcontrol.pri
qgroundcontrol.pri
+0
-6
qgroundcontrol.pro
qgroundcontrol.pro
+1
-11
No files found.
qgroundcontrol.pri
View file @
09452414
...
...
@@ -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 += && 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
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
...
...
qgroundcontrol.pro
View file @
09452414
...
...
@@ -804,17 +804,7 @@ OTHER_FILES += \
OTHER_FILES
+=
\
qml
/
ApmToolBar
.
qml
\
qml
/
components
/
Button
.
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
\
qml
/
components
/
TextButton
.
qml
#
qmlcomponents
.
path
+=
$$
{
DESTDIR
}
$$
{
TARGET
}
/
components
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment