##// END OF EJS Templates
Fix qmlweather demo warning when running qmake...
Fix qmlweather demo warning when running qmake Change-Id: Icfd92df84df2accb6fddaa9f443a5a267f535ae0 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>

File last commit:

r2358:9d5a354692be
r2509:668c483b1a22
Show More
callout.pro
15 lines | 232 B | text/idl | PrologLexer
!include( ../demos.pri ) {
error( "Couldn't find the examples.pri file!" )
}
TARGET = callout
TEMPLATE = app
SOURCES += \
main.cpp\
callout.cpp \
view.cpp
HEADERS += \
callout.h \
view.h