Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
a445c615
Commit
a445c615
authored
Dec 10, 2011
by
Lorenz Meier
Browse files
Removed special instructions for Linux leading to qt creator not finding executable
parent
eacd30e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
qgroundcontrol.pri
View file @
a445c615
...
...
@@ -132,14 +132,14 @@ macx {
linux-g++ {
debug {
DESTDIR = $$TARGETDIR/debug
CONFIG += debug console
#
DESTDIR = $$TARGETDIR/debug
#
CONFIG += debug console
}
release {
DESTDIR = $$TARGETDIR/release
#
DESTDIR = $$TARGETDIR/release
DEFINES += QT_NO_DEBUG
CONFIG -= console
#
CONFIG -= console
}
QMAKE_POST_LINK += cp -rf $$BASEDIR/audio $$DESTDIR/.
...
...
@@ -215,14 +215,14 @@ message("Compiling for linux 32")
linux-g++-64 {
debug {
DESTDIR = $$TARGETDIR/debug
CONFIG += debug console
#
DESTDIR = $$TARGETDIR/debug
#
CONFIG += debug console
}
release {
DESTDIR = $$TARGETDIR/release
#
DESTDIR = $$TARGETDIR/release
DEFINES += QT_NO_DEBUG
CONFIG -= console
#
CONFIG -= console
}
QMAKE_POST_LINK += cp -rf $$BASEDIR/audio $$DESTDIR/.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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