##// END OF EJS Templates
minor. removes debug leftover
minor. removes debug leftover

File last commit:

r1200:49edf2d3495f
r1242:8f2f7e1849ba
Show More
gdpbarchart.pro
20 lines | 583 B | text/idl | PrologLexer
Michal Klocek
Qt name convetion: move test to tests
r1200 !include( ../tests.pri ) {
Marek Rosa
gdpbarchart moved to test. Few small doc fixes
r940 error( "Couldn't find the test.pri file!" )
}
Marek Rosa
Initial commit for gdpBarChart example.
r205
Michal Klocek
Examples build setup cleanup
r252 QT+= sql
Marek Rosa
Initial commit for gdpBarChart example.
r205 TARGET = gdpbarchart
SOURCES += main.cpp\
widget.cpp
HEADERS += widget.h
Tero Ahola
fix
r559
!mac {
Marek Rosa
Data copying for gdpbarchart updated
r941 FILE = $$PWD/gdpData
Michal Klocek
Fix cop path issue for gdbexample
r712 win32:{FILE = $$replace(FILE, "/","\\")}
Marek Rosa
Data copying for gdpbarchart updated
r941 DESTINATION = $$CHART_BUILD_BIN_DIR/test
win32:{DESTINATION = $$replace(DESTINATION, "/","\\")}
Tero Ahola
fix
r559 # TODO: QMAKE_POST_LINK does not work on mac; how to copy the data file?
Michal Klocek
Fix cop path issue for gdbexample
r712 QMAKE_POST_LINK += $$QMAKE_COPY $$FILE $$CHART_BUILD_BIN_DIR
Tero Ahola
fix
r559 }
Tero Ahola
Hacked library dependency issues on OSX
r1035
Michal Klocek
Fix pro files system -> system_build
r1037 !system_build:mac: QMAKE_POST_LINK += "$$MAC_POST_LINK_PREFIX $$MAC_TESTS_BIN_DIR"