summaryrefslogtreecommitdiffstats
path: root/tests/nfctestserver/nfctestserver.pro
Commit message (Collapse)AuthorAgeFilesLines
* remove obsolete DEPENDPATH assignmentsOswald Buddenhagen2012-12-161-2/+0
| | | | | | | | qmake now add CONFIG+=depend_includepath by default, making manual DEPENDPATH setup unnecessary. Change-Id: I51dd08d4a1a9a383296ce4331b843bc5e6375871 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* remove some unnecessary CONFIG additionsOswald Buddenhagen2012-12-161-1/+0
| | | | | | | | qt is already added by spec_pre.prf, warn_on and depend_includepath by default_pre.prf, and console is added one line below. Change-Id: I69345d5cd2cfcb9726cdd4c21874381463e51c2c Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
| | | | | | | | | | Qt 5.0 beta requires changing the default to the 5.0 API, disabling the deprecated code. However, tests should test (and often do) the compatibility API too, so turn it back on. Task-number: QTBUG-25053 Change-Id: I9db441ddaeb09298f311ece48111aea1ff2ae554 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Fixed compile on Windows in release mode.Rohan McGovern2012-01-041-1/+1
| | | | | | | | | | | | | 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>
* nfctestserver: Remove rpath-option.Friedemann Kleint2012-01-031-2/+0
| | | | | | | | | | 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>
* Cleaned up incorrect usage of Qt modulesRohan McGovern2011-10-141-3/+1
| | | | | | | | | | | 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>
* Don't attempt to run nfctestserver as a testcase.Rohan McGovern2011-08-251-1/+1
| | | | | | | | | 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>
* Initial commit.Michael Zanetti2011-08-241-0/+27
From qt5connectivity.tar.gz, md5 317c149d6f8c07d09632353188582834