7fd3cc3980
Convert QSysInfo/QOperatingSystemVersion to __builtin_available where required or possible, or to QOperatingSystemVersion where __builtin_available cannot be used and is not needed (such as negated conditions, which are not supported by that construct). Change-Id: I83c0e7e777605b99ff4d24598bfcccf22126fdda Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
5 lines
134 B
Prolog
5 lines
134 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qguitimer
|
|
QT = core core-private gui testlib
|
|
SOURCES += ../../../corelib/kernel/qtimer/tst_qtimer.cpp
|