##// END OF EJS Templates
Added Config::Tiny as a local module....
Added Config::Tiny as a local module. This removes the dependency to install any extra modules on perl.

File last commit:

r1137:696303b9edc0
r1150:27b7fe27c99d
Show More
test.pri
11 lines | 280 B | text/plain | TextLexer
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = app
DESTDIR = $$CHART_BUILD_BIN_DIR
OBJECTS_DIR = $$CHART_BUILD_DIR/$$TARGET
MOC_DIR = $$CHART_BUILD_DIR/$$TARGET
UI_DIR = $$CHART_BUILD_DIR/$$TARGET
RCC_DIR = $$CHART_BUILD_DIR/$$TARGET