qt5base-lts/tests/auto/other/compiler
Jędrzej Nowacki 60d096ff6d QMetaType build fix with Q_NO_CURSOR and friends.
QMetaType has a way to "switch off" some types from the build.
QtMetaTypePrivate::TypeDefinition<T>::IsAvailable is defined as false
for all unaccessible types. Sadly that information was never used by
gui and widget handlers. The patch implements it.

Change-Id: Ie5835be4c88cfbbca8a4e9199e31ddfc20cae190
Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Reviewed-by: Jing Bai <jing.bai@digia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-09-27 02:37:19 +02:00
..
.gitignore Moved autotests in category 'other' into new directory structure 2011-09-09 09:36:41 +02:00
baseclass.cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
baseclass.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
compiler.pro Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
derivedclass.cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
derivedclass.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
tst_compiler.cpp QMetaType build fix with Q_NO_CURSOR and friends. 2012-09-27 02:37:19 +02:00