##// END OF EJS Templates
Fix oscilloscope demos on android...
Fix oscilloscope demos on android qobject_cast doesn't seem to work properly on android, but there is no need to use it in oscilloscope demos, static cast works just as well there. Change-Id: Ia32c914dcec05dca48103fe8d4edec7c054c8bd8 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>

File last commit:

r2358:9d5a354692be
r2526:383eb97e1450
Show More
callout.pro
15 lines | 232 B | text/idl | PrologLexer
Marek Rosa
Docs update
r2358 !include( ../demos.pri ) {
Marek Rosa
Added callout example (Drawing on top of chart)
r2150 error( "Couldn't find the examples.pri file!" )
}
TARGET = callout
TEMPLATE = app
Marek Rosa
Updated callout example
r2346 SOURCES += \
main.cpp\
callout.cpp \
view.cpp
Marek Rosa
Added callout example (Drawing on top of chart)
r2150
Marek Rosa
Updated callout example
r2346 HEADERS += \
callout.h \
view.h