| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
This is a backport of QtSensors commit
ceec1eda82dd9b6f8823bb7f9639e6f79763331e
Change-Id: I3e5d8bc99d9f14163c45593e216d21e2f972999d
Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
|
| |
|
|
|
|
| |
Change-Id: I96513e8b6f09e76998a18edb5411ae06f52cba7c
Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Not all C++ compilers inject C functions into global namespace,
On QNX you need to use std:: when using functions from <cstdlib>
for example.
* Disable a few modules that don't compile.
* QNX linker doesn't like -rdynamic.
* Explicitly link against network, sql and declarative modules
since QNX's linker doesn't pull in indirect dependencies.
* Don't build against gstreamer on QNX.
Change-Id: Ic3a202fbbbb77b25334323681e7dbf8bd5872f59
Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
|
| |
|
|
|
|
|
| |
Also fixing some left overs from 8de152a9e1deb533070663cccf6a98e0d374b1d6
Change-Id: I28a91ca233dd835e6e53efbbd7ebd649461f5c04
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
|
| |
|
|
|
|
|
| |
Change copyrights and license headers from Nokia to Digia
Change-Id: Ie3b9224b2b6a32b417fa0b6643350d45046381e6
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
|
| |
|
|
|
|
| |
Fix license in files having old license.
Reviewed-by: Trust Me
|
| |
|
|
|
|
| |
and apply some build system conventions to apps which don't comply
update .gitignore
|
| | |
|
| |
|
|
|
|
| |
1.) create plugin dir for sfw plug-ins
2.) cleanup example project files
3.) unify make;make install behavior
|
| |
|
|
| |
Fixes: MOBILITY-754
|
| |
|
|
|
|
|
| |
Creating a QSensor requires passing the type to the constructor.
Sub-classes of QSensor do this now.
This breaks use of QSensor with QML but sub-classes continue to work.
|
| | |
|
| | |
|
|
|
This will let the compiler notify us when our example snippets are
no longer valid.
|