gdpbarchart.pro
14 lines
| 326 B
| text/idl
|
PrologLexer
Michal Klocek
|
r486 | !include( ../examples.pri ) { | ||
error( "Couldn't find the examples.pri file!" ) | ||||
Marek Rosa
|
r205 | } | ||
Michal Klocek
|
r252 | QT+= sql | ||
Marek Rosa
|
r205 | TARGET = gdpbarchart | ||
SOURCES += main.cpp\ | ||||
widget.cpp | ||||
HEADERS += widget.h | ||||
Tero Ahola
|
r559 | |||
!mac { | ||||
# TODO: QMAKE_POST_LINK does not work on mac; how to copy the data file? | ||||
QMAKE_POST_LINK += $$QMAKE_COPY gdpData $$CHART_BUILD_BIN_DIR | ||||
} | ||||