##// END OF EJS Templates
Added two model related tests to pieseries
Added two model related tests to pieseries

File last commit:

r1037:9c00874184ef
r1180:1a2d53d6021f
Show More
tablemodelchart.pro
18 lines | 349 B | text/idl | PrologLexer
Marek Rosa
tablemodelchart moved to test folder
r961 !include( ../test.pri ) {
error( "Couldn't find the test.pri file!" )
}
QT += core gui
TARGET = tablemodelchart
TEMPLATE = app
SOURCES += main.cpp\
tablewidget.cpp \
customtablemodel.cpp
HEADERS += tablewidget.h \
customtablemodel.h
Tero Ahola
Hacked library dependency issues on OSX
r1035
Michal Klocek
Fix pro files system -> system_build
r1037 !system_build:mac: QMAKE_POST_LINK += "$$MAC_POST_LINK_PREFIX $$MAC_TESTS_BIN_DIR"