mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2026-05-17 05:10:17 -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:
@ -33,9 +33,13 @@ native {
|
||||
QMAKE_CXXFLAGS += -march=k8
|
||||
}
|
||||
|
||||
release:DESTDIR = ../../../release
|
||||
debug:DESTDIR = ../../../debug
|
||||
|
||||
DESTDIR = $$(HOME)/Dev/fractorium/Bin
|
||||
debug:DESTDIR = $$(HOME)/Dev/fractorium/Dbg
|
||||
OBJECTS_DIR = $$DESTDIR/.obj
|
||||
MOC_DIR = $$DESTDIR/.moc
|
||||
RCC_DIR = $$DESTDIR/.qrc
|
||||
UI_DIR = $$DESTDIR/.ui
|
||||
|
||||
LIBS += -L/usr/lib -ljpeg
|
||||
LIBS += -L/usr/lib -lpng
|
||||
|
||||
Reference in New Issue
Block a user