forked from qt-creator/qt-creator
use IDE_APP_PATH more, introduce IDE_LIBEXEC_PATH
IDE_LIBEXEC_PATH is still the bindir, so it's kinda fake. oh, well.
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
# This is a compile check for the dumpers only. Don't install the library!
|
||||
|
||||
include(../../qworkbenchlibrary.pri)
|
||||
|
||||
TEMPLATE = lib
|
||||
TARGET = DebuggingHelper
|
||||
CONFIG += shared
|
||||
DESTDIR = ../../../bin
|
||||
DESTDIR = $$IDE_LIBRARY_PATH # /tmp would be better in some respect ...
|
||||
|
||||
linux-* {
|
||||
CONFIG -= release
|
||||
|
||||
Reference in New Issue
Block a user