##// END OF EJS Templates
Update qmlapplicationviewer files...
Update qmlapplicationviewer files Otherwise the new creator will prompt to update them. Change-Id: I8551532fbe58746aea4cbe8a2ccaf379c624e4a4 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2358:9d5a354692be
r2527:db197ae73cdb
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