Fix output directory in qt projects to be relative to the repository

Conflicts:
	Builds/QtCreator/build_all.sh
This commit is contained in:
Simon Detheridge
2015-07-24 11:09:44 +01:00
parent 3be0a9b469
commit fd5e177df7
8 changed files with 28 additions and 13 deletions

View File

@ -5,7 +5,7 @@ CONFIG -= qt
include(../shared_settings.pri)
LIBS += -L$$DESTDIR -lEmber
LIBS += -L$$absolute_path($$DESTDIR) -lEmber
!macx:PRECOMPILED_HEADER = ../../../Source/EmberCL/EmberCLPch.h