##// END OF EJS Templates
Added some missing restrictions to OpenGL series usage docs...
Added some missing restrictions to OpenGL series usage docs Change-Id: Id5bce8c0eda6aa66377516168e7fbae8c5dc7eed Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>

File last commit:

r2714:929d943d1aab
r2831:9aa888c2f56c
Show More
auto.pri
15 lines | 317 B | text/plain | TextLexer
!include( ../tests.pri ) {
error( "Couldn't find the tests.pri file!" )
}
QT += testlib widgets
!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")
INCLUDEPATH += ../inc
HEADERS += ../inc/tst_definitions.h
#Define for unit tests
CONFIG(debug, debug|release) {
DEFINES += BUILD_PRIVATE_UNIT_TESTS
}