##// END OF EJS Templates
Coverage creation fix
Marek Rosa -
r1445:2f9e4b839d4c
parent child
Show More
@@ -35,8 +35,10 CHART_BUILD_PLUGIN_DIR = $$CHART_BUILD_BIN_DIR/QtCommercial/Chart
35 CHART_BUILD_DOC_DIR = $$SHADOW/doc
35 CHART_BUILD_DOC_DIR = $$SHADOW/doc
36
36
37 # Use own folders for debug and release builds
37 # Use own folders for debug and release builds
38 CONFIG(debug, debug|release):CHART_BUILD_DIR = $$join(CHART_BUILD_DIR,,,/debug)
38 !coverage {
39 CONFIG(release, debug|release): CHART_BUILD_DIR = $$join(CHART_BUILD_DIR,,,/release)
39 CONFIG(debug, debug|release):CHART_BUILD_DIR = $$join(CHART_BUILD_DIR,,,/debug)
40 CONFIG(release, debug|release): CHART_BUILD_DIR = $$join(CHART_BUILD_DIR,,,/release)
41 }
40
42
41 win32:{
43 win32:{
42 CHART_BUILD_PUBLIC_HEADER_DIR = $$replace(CHART_BUILD_PUBLIC_HEADER_DIR, "/","\\")
44 CHART_BUILD_PUBLIC_HEADER_DIR = $$replace(CHART_BUILD_PUBLIC_HEADER_DIR, "/","\\")
General Comments 0
You need to be logged in to leave comments. Login now