mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-01 22:06:10 -04:00
Fix output directory in qt projects to be relative to the repository
Conflicts: Builds/QtCreator/build_all.sh
This commit is contained in:
@ -5,8 +5,8 @@ CONFIG -= qt
|
||||
|
||||
include(../shared_settings.pri)
|
||||
|
||||
LIBS += -L$$DESTDIR -lEmber
|
||||
LIBS += -L$$DESTDIR -lEmberCL
|
||||
LIBS += -L$$absolute_path($$DESTDIR) -lEmber
|
||||
LIBS += -L$$absolute_path($$DESTDIR) -lEmberCL
|
||||
|
||||
!macx:PRECOMPILED_HEADER = ../../../Source/EmberCommon/EmberCommonPch.h
|
||||
|
||||
|
Reference in New Issue
Block a user