##// END OF EJS Templates
Fix compile error in demo launcher....
Fix compile error in demo launcher. Change-Id: Iab90cbbf1b5f2f385445225a16eca0d82e54f07c Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r1419:9a2b5d956bb6
r2529:dc55c8067968
Show More
barmodelmapper.pro
16 lines | 272 B | text/idl | PrologLexer
!include( ../examples.pri ) {
error( "Couldn't find the examples.pri file!" )
}
QT += core gui
TARGET = barmodelmapper
TEMPLATE = app
SOURCES += main.cpp\
tablewidget.cpp \
customtablemodel.cpp
HEADERS += tablewidget.h \
customtablemodel.h