##// 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:

r2510:0fc60b87ece9
r2527:db197ae73cdb
Show More
qmlcustommodel.pro
13 lines | 347 B | text/idl | PrologLexer
!include( ../demos.pri ) {
error( "Couldn't find the demos.pri file!" )
}
RESOURCES += resources.qrc
SOURCES += main.cpp\
customtablemodel.cpp \
declarativemodel.cpp
HEADERS += customtablemodel.h \
declarativemodel.h
OTHER_FILES += qml/qmlcustommodel/*
include(qmlapplicationviewer/qmlapplicationviewer.pri)