aboutsummaryrefslogtreecommitdiffstats
path: root/.qmake.conf
Commit message (Collapse)AuthorAgeFilesLines
* Update the version to use the new QtAS version schemaDominik Holland2018-04-111-1/+1
| | | | | | | The new version is now called 5.11 (same as the branch) Change-Id: If53387ecdefb6db9034b3c25b8238e0563c41bbb Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Merge remote-tracking branch 'origin/5.9' into devDominik Holland2018-02-071-0/+2
|\ | | | | | | Change-Id: Ib88a76465cd1a72d123cfdfd8581886f2a33c593
| * Add a easy way to do a test-coverage runDominik Holland2018-02-071-0/+2
| | | | | | | | | | | | | | | | This is inspired by QtApplicationManagers version, but adapted for qtivi and it's autogeneration. Change-Id: I8880e277646f66b976787739e56206044577560a Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* | Update module version to 2.1.0 for the dev branchDominik Holland2017-09-191-1/+1
|/ | | | | Change-Id: I466dbc6b5aae99cfa3dcf0d4ee62cb565a606849 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Update module version to 2.0.0 for the 5.10 branchDominik Holland2017-09-121-1/+1
| | | | | Change-Id: I6833305ed73ff3e01e571e9666945a40cf8ec0f7 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Fix ivivgenerator.prf to work without the need to install itDominik Holland2017-05-291-0/+2
| | | | | | | | | To be able to run the generator in the qtivi repository itself, we need to use the generator from the source directory as it might not have been install yet. Change-Id: Idafd60d41926c0a5814600d875a4119321abd96e Reviewed-by: Mike Krus <mike.krus@kdab.com>
* Make the ivigenerator qmake feature workDominik Holland2017-05-291-0/+1
| | | | | | | | | Move it to the mkspec/features folder and install it. Also add install targets for the generator itself and the qface virtualenv. Change-Id: I49ebaaf850d90517d4795023cd8343bd111b9a0d Reviewed-by: Mike Krus <mike.krus@kdab.com>
* Initial integration of QFace as Git submoduleKevin Funk2017-05-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | The submodule will be checked out at: src/3rdparty/qface The build system takes care of bootstrapping qface using `pip3 install -e /path/to/qface` in a Python virtualenv to not pollute the user environment. For using qface from this virtualenv, the user has to activate it first, e.g. with: source qtivi_qface_virtualenv/bin/activate Adapted autotest.sh to make use of the virtualenv activation The build of the internal QFace can be disabled via: CONFIG+=no_internal_qface Integration of win32-g++ has been disabled for now, because of weird build issues on windows 7 + mingw. Task-number: QTAUTO-294 Change-Id: I1fef9482509a54a12b4dc3f2f8e7487646b2076f Reviewed-by: Wolfgang Bremer <wolfgang.bremer@pelagicore.com>
* Update MODULE_VERSION to 1.2.0Dominik Holland2017-03-211-1/+1
| | | | | Change-Id: I64fcb4a80cc2a5fc3fc5b5f86bc84e463ff4a586 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Updated all project files to use MODULE_VERSIONDominik Holland2016-11-021-1/+1
| | | | | | | | | | | Bumped the MODULE_VERSION to 1.1.0 Although MODULE_VERSION were 5.7.0, it's fine to change it to 1.1.0 as all the libraries had their own version set to 1.0.0 Change-Id: Ibd8de1b6ce67b6d152a9c6a046371b84537824e5 Reviewed-by: Volker Krause <volker.krause@kdab.com> Reviewed-by: Risto Avila <risto.avila@qt.io>
* Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freeMarc Mutz2016-09-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | Made QIviServiceManagerPrivate::findServiceByInterface() const to avoid the use of qAsConst() there; required to mark loadServiceBackendInterface() as const, too. In the tests, replaced patterns of the form zones = ...; zones.removeall("Dummy"); Q_FOREACH(..., zones) with const zones = ... for (... : zones) { if ( == QLatin1String("Dummy")) continue; Change-Id: Ia9537e10f2d9133cbfb88beffabb0a072c3ffefc Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Updated the module version to 5.7.0Dominik Holland2016-05-241-1/+1
| | | | | | Change-Id: I257e00455c6c657b6083c542ca7f6155a23ccf72 Reviewed-by: Johan Thelin <johan.thelin@pelagicore.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* First version of the QtGeniviExtras moduleDominik Holland2015-06-081-0/+3
This version contains helper macros which makes it easy to map QtLoggingCategories to DLT Categories and install a messagHandler which logs all messages using libdlt