Browse Source

Removed special instructions for Linux leading to qt creator not finding executable

QGC4.4
Lorenz Meier 13 years ago
parent
commit
a445c615cd
  1. 16
      qgroundcontrol.pri

16
qgroundcontrol.pri

@ -132,14 +132,14 @@ macx { @@ -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") @@ -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/.

Loading…
Cancel
Save