Commit a445c615 authored by Lorenz Meier's avatar Lorenz Meier

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

parent eacd30e2
......@@ -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/.
......
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