##// END OF EJS Templates
Animation folder formating: white spaces, brackets, etc fixed
Animation folder formating: white spaces, brackets, etc fixed

File last commit:

r712:0837d0a1b161
r738:ce991d3dee26
Show More
gdpbarchart.pro
16 lines | 395 B | text/idl | PrologLexer
!include( ../examples.pri ) {
error( "Couldn't find the examples.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
}