##// END OF EJS Templates
gdpbarchart moved to test. Few small doc fixes
gdpbarchart moved to test. Few small doc fixes

File last commit:

r940:7021ab6fbe7f
r940:7021ab6fbe7f
Show More
gdpbarchart.pro
16 lines | 390 B | text/idl | PrologLexer
!include( ../test.pri ) {
error( "Couldn't find the test.pri file!" )
}
QT+= sql
TARGET = gdpbarchart
SOURCES += main.cpp\
widget.cpp
HEADERS += widget.h
!mac {
FILE = $$PWD/gdpData
win32:{FILE = $$replace(FILE, "/","\\")}
# TODO: QMAKE_POST_LINK does not work on mac; how to copy the data file?
QMAKE_POST_LINK += $$QMAKE_COPY $$FILE $$CHART_BUILD_BIN_DIR
}