test.pri
14 lines
| 393 B
| text/plain
|
TextLexer
/ test / test.pri
Michal Klocek
|
r708 | !include( ../common.pri ) { | ||
Tero Ahola
|
r960 | error( "Couldn't find the common.pri file!" ) | ||
Michal Klocek
|
r224 | } | ||
Michal Klocek
|
r708 | !include( ../integrated.pri ) { | ||
Tero Ahola
|
r960 | error( "Couldn't find the integrated.pri file !") | ||
Michal Klocek
|
r224 | } | ||
TEMPLATE = app | ||||
Michal Klocek
|
r252 | |||
DESTDIR = $$CHART_BUILD_BIN_DIR/test | ||||
OBJECTS_DIR = $$CHART_BUILD_DIR/test/$$TARGET | ||||
MOC_DIR = $$CHART_BUILD_DIR/test/$$TARGET | ||||
UI_DIR = $$CHART_BUILD_DIR/test/$$TARGET | ||||
RCC_DIR = $$CHART_BUILD_DIR/test/$$TARGET | ||||