##// END OF EJS Templates
minor code review issues. indent, spaces, brackets etc.
minor code review issues. indent, spaces, brackets etc.

File last commit:

r712:0837d0a1b161
r743:e20e9148b1b0
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
}