Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 285 Bytes

buildpath.pri

File metadata and controls

16 lines (14 loc) · 285 Bytes
 
Oct 8, 2012
Oct 8, 2012
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
isEmpty(BUILD){
BUILD = $$PWD/build/$$TARGET
}
isEmpty(DESTDIR){
DESTDIR = $$BUILD
}
OBJECTS_DIR = $$BUILD
MOC_DIR = $$BUILD
UI_DIR = $$BUILD
UI_HEADERS_DIR = $$BUILD
UI_SOURCES_DIR = $$BUILD
RCC_DIR = $$BUILD
LIBS += -L$$PWD/build/libssu
INCLUDEPATH += $$PWD/libssu