Skip to content

Commit

Permalink
CHANGED: Project - Specifying output paths relative to Obj folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
npruehs committed Feb 18, 2016
1 parent e540ef9 commit 8cef77d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Project/Tome.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ VERSION_NAME = Basilisk
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
DEFINES += APP_VERSION_NAME=\\\"$$VERSION_NAME\\\"

Debug:DESTDIR = ../Bin/debug
Debug:OBJECTS_DIR = ../Obj/debug
Debug:MOC_DIR = ../Obj/debug/.moc
Debug:RCC_DIR = ../Obj/debug/.rcc
Debug:UI_DIR = ../Obj/debug/.ui
Debug:DESTDIR = ../../Bin/debug
Debug:OBJECTS_DIR = ../../Obj/debug
Debug:MOC_DIR = ../../Obj/debug/.moc
Debug:RCC_DIR = ../../Obj/debug/.rcc
Debug:UI_DIR = ../../Obj/debug/.ui

Release:DESTDIR = ../Bin/release
Release:OBJECTS_DIR = ../Obj/release
Release:MOC_DIR = ../Obj/release/.moc
Release:RCC_DIR = ../Obj/release/.rcc
Release:UI_DIR = ../Obj/release/.ui
Release:DESTDIR = ../../Bin/release
Release:OBJECTS_DIR = ../../Obj/release
Release:MOC_DIR = ../../Obj/release/.moc
Release:RCC_DIR = ../../Obj/release/.rcc
Release:UI_DIR = ../../Obj/release/.ui

SOURCES += ../Source/Tome/main.cpp \
../Source/Tome/Core/mainwindow.cpp \
Expand Down

0 comments on commit 8cef77d

Please sign in to comment.