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
b34e16fb
Commit
b34e16fb
authored
Aug 01, 2013
by
Lorenz Meier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "eliminate refs to nonexistent toolbar files"
This reverts commit
09452414
.
parent
a250190a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
qgroundcontrol.pri
qgroundcontrol.pri
+6
-0
qgroundcontrol.pro
qgroundcontrol.pro
+11
-1
No files found.
qgroundcontrol.pri
View file @
b34e16fb
...
...
@@ -73,6 +73,12 @@ 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 @
b34e16fb
...
...
@@ -811,7 +811,17 @@ OTHER_FILES += \
OTHER_FILES
+=
\
qml
/
ApmToolBar
.
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
...
...
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