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

r1200:49edf2d3495f
r2527:db197ae73cdb
Show More
chartdesigner.pro
24 lines | 447 B | text/idl | PrologLexer
!include( ../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
TEMPLATE = app
QT += core gui
SOURCES += \
brushwidget.cpp \
main.cpp \
mainwindow.cpp \
objectinspectorwidget.cpp \
penwidget.cpp \
engine.cpp
HEADERS += \
brushwidget.h \
mainwindow.h \
objectinspectorwidget.h \
penwidget.h \
engine.h
!system_build:mac: QMAKE_POST_LINK += "$$MAC_POST_LINK_PREFIX $$MAC_TESTS_BIN_DIR"