##// END OF EJS Templates
Fix pro files system -> system_build
Fix pro files system -> system_build

File last commit:

r1021:6adbaffea565
r1037:9c00874184ef
Show More
test.pro
14 lines | 219 B | text/idl | PrologLexer
Michal Klocek
Adds missing includes for pro files
r1003 !include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
Michal Klocek
Add test to common build
r34 TEMPLATE = subdirs
Michal Klocek
Block compilation of chartwidgettest, fixes tomorrow
r752 SUBDIRS += \
Tero Ahola
Enabled chartwidgettest again
r815 chartwidgettest \
Marek Rosa
gdpbarchart moved to test. Few small doc fixes
r940 wavechart \
Marek Rosa
tablemodelchart moved to test folder
r961 gdpbarchart \
Marek Rosa
Wrong name of the project in test.pro
r964 tablemodelchart
Michal Klocek
Blocks auto test on win32
r254
!win32:{
SUBDIRS += auto
}