We do not have demos in Qt5 anymore
Change-Id: I7abd5eb35f6500ed5e6c3af402a230fb6346ab3f
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Michael Zanetti <michael.zanetti@nokia.com>
Reviewed-by: Alex <alex.blasche@nokia.com>
and provide means for hooking it into the Qt5 docs.
Change-Id: I7c56097bde6a2b0ea0ed0f204d59d67618c1dfce
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Michael Zanetti <michael.zanetti@nokia.com>
Reviewed-by: Alex <alex.blasche@nokia.com>
It is not valid to unconditionally enable debug mode on platforms where
debug/release affects linkage. On these platforms, debug mode can only
be used if the debug libraries are enabled, and release mode can only be
used if the release libraries are enabled.
Let the build system set the correct mode.
Change-Id: I95f6ddb15318a08936e49ab1140cdb95fdbd62ae
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Alex <alex.blasche@nokia.com>
- Fix crash caused by uninitialized d-ptr in local device
default implementation (Windows).
- Fix crash caused by uninitialized d-ptr in local device
bluez implementation (Linux) if connection fails.
- Verify local device validity before d-ptr is accessed in
test
- Fix crash in QNdefNfcUriRecord::uri() in case
abbreviations[0] (==0) is accessed.
- Terminate wait loops
- Check signal spy before accessing first element.
- Fix compiler warnings.
Change-Id: I92d54b4dfcc05e8befb49f2bd72b60251641aa48
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Alex <alex.blasche@nokia.com>
It causes a warning on Windows and does not have any effect
on Linux since it evaluates to qtbase/lib which is set as rpath
by default.
Change-Id: Ie697e393c46452680e3e3b03fe9ea9abe44b0c18
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Alex <alex.blasche@nokia.com>
Use standard QTRY_VERIFY instead of custom version, and check that
signal spies are valid after construction.
Change-Id: Iedb5e107d77c18dad6db0fcf46d61f030b68d7d3
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
The removed header defines four macros: QTRY_VERIFY and QTRY_COMPARE,
which are provided by testlib, and QTRY_NOOP and QTRY_VERIFY_TIMEOUT,
which are not used by any test that includes the header.
Change-Id: I0f92ff961de78988703089c085098f72e8c34d1f
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This prevents establishing a new ServiceFramework connection for every single transfer.
Change-Id: I330c355c8e9ebe8f285f21249dc9bf6826404c20
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Alex <alex.blasche@nokia.com>
Change expression to what was most likely intended.
Change-Id: Ifd1e6ef2a41cab020cfd9a3f341a74f1b169448e
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Alex <alex.blasche@nokia.com>
Installing tests is a relatively rare use case, and is already
disabled by default for some qt5 modules. Make the behavior
consistent and disable it by default here too.
Change-Id: I3ff16c84e8e101bec7d5f14ced711295179b03d4
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Alex <alex.blasche@nokia.com>
The SkipMode parameter has been removed from the API in qtbase, so it
must be in all calls to QSKIP.
Task-number: QTBUG-21851, QTBUG-21652
Change-Id: Iae4432e57a12064b86f9a56cad73fecb56bdaaa9
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Reviewed-by: Alex <alex.blasche@nokia.com>
The operator int() cast operator is deprecated and will be removed.
Change-Id: I0cce705303542dad0d96a8db5c26859a806f5965
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Alex <alex.blasche@nokia.com>
Enabled compilation of all autotests which are able to compile.
Enabled enforcing the results of all autotests which pass.
Raised bugs for autotests which don't fall into the above two
categories.
Task-number: QTBUG-22015
Task-number: QTBUG-22016
Task-number: QTBUG-22017
Change-Id: I860a8f6e44dc6ab563ecc3f7d178f778fefa9d64
Reviewed-by: Alex <alex.blasche@nokia.com>
There is no Qt module named `connectivity', so don't add it to QT.
nfctestserver does not use QtTest (and qtAddLibrary is not the right way
to use it anyway), so remove it.
Change-Id: I1902ae0684e884e267d657698fa2c6774065cf31
Reviewed-on: http://codereview.qt-project.org/6633
Reviewed-by: Alex <alex.blasche@nokia.com>
Split qconnectivityflobal into qbluetoothglobal.h and qnfcglobal.h like the other qt5 modules have it
Change-Id: I16cfdd84411ac6da200872b3023c1c98778bb022
Reviewed-on: http://codereview.qt-project.org/4686
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Alex <alex.blasche@nokia.com>
These files are generated by syncqt and are not supposed to be added
to the repository.
Change-Id: Iff21392de4246cd0de026f1713afcd73ff044826
Reviewed-on: http://codereview.qt-project.org/4382
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
These files are user settings for use with Creator. They are not
supposed to be added to the repository.
Change-Id: Ia7f29fc39ea864de5b0f951a5ac1132e7b3768f7
Reviewed-on: http://codereview.qt.nokia.com/3436
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Michael Zanetti <mzanetti@kde.org>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
sync.profile needs to list indirect dependencies too, not just the
direct dependencies.
Change-Id: I4cc96299827933b8d49639afe3bceb71c1ae49c2
Reviewed-on: http://codereview.qt.nokia.com/3533
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Keith Isdale <keith.isdale@nokia.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This is not a testcase, so don't mark it as such.
Change-Id: I722f56a2f1ec7d7059fcbeb6d5313c433d4eace3
Reviewed-on: http://codereview.qt.nokia.com/3554
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Keith Isdale <keith.isdale@nokia.com>