##// END OF EJS Templates
minor. suppress warnings from echo command in src.pro
Michal Klocek -
r590:127d795a74b6
parent child
Show More
@@ -75,7 +75,7 for(file, PUBLIC_HEADERS) {
75 class = $$member(class,0)
75 class = $$member(class,0)
76 command = "echo \"$${LITERAL_HASH}include \\\"$$name\\\"\" > $$CHART_BUILD_PUBLIC_HEADER_DIR/$$class"
76 command = "echo \"$${LITERAL_HASH}include \\\"$$name\\\"\" > $$CHART_BUILD_PUBLIC_HEADER_DIR/$$class"
77 PUBLIC_QT_HEADERS += $$CHART_BUILD_PUBLIC_HEADER_DIR/$$class
77 PUBLIC_QT_HEADERS += $$CHART_BUILD_PUBLIC_HEADER_DIR/$$class
78 system($$command)
78 NOWARRNIGNS = system($$command)
79 }
79 }
80 }
80 }
81
81
General Comments 0
You need to be logged in to leave comments. Login now