##// END OF EJS Templates
Data copying for gdpbarchart updated
Marek Rosa -
r941:307fa9de7436
parent child
Show More
@@ -1,16 +1,18
1 1 !include( ../test.pri ) {
2 2 error( "Couldn't find the test.pri file!" )
3 3 }
4 4
5 5 QT+= sql
6 6 TARGET = gdpbarchart
7 7 SOURCES += main.cpp\
8 8 widget.cpp
9 9 HEADERS += widget.h
10 10
11 11 !mac {
12 12 FILE = $$PWD/gdpData
13 13 win32:{FILE = $$replace(FILE, "/","\\")}
14 DESTINATION = $$CHART_BUILD_BIN_DIR/test
15 win32:{DESTINATION = $$replace(DESTINATION, "/","\\")}
14 16 # TODO: QMAKE_POST_LINK does not work on mac; how to copy the data file?
15 17 QMAKE_POST_LINK += $$QMAKE_COPY $$FILE $$CHART_BUILD_BIN_DIR
16 18 }
General Comments 0
You need to be logged in to leave comments. Login now