summaryrefslogtreecommitdiffstats
path: root/plugins/declarative/sensors/sensors.pro
Commit message (Collapse)AuthorAgeFilesLines
* add qml sensorgesture element backported from qtt5Lorn Potter2012-11-131-2/+6
| | | | | | | | also add sensorgesture auto tests. need to add a tool that creates the moc data from real device. Change-Id: I6d68f9e889c4c69a916d048505da7dc348c64e11 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* Enabled deployment of infixed binaries on SymbianGareth Stockwell2011-11-251-2/+4
| | | | | Task-number: QTMOBILITY-1810 Reviewed-by: Miikka Heikkinen
* QTMOBILITY-493, Multimedia QML module built with wrong suffix for debug on ↵Wolfgang Beck2010-12-141-1/+1
| | | | Windows
* more CRLF->LF conversionsAlex2010-08-111-36/+36
|
* Merge branch '1.0' of ../qtm-locationjuhvu2010-07-301-28/+36
|\ | | | | | | | | | | | | Conflicts: plugins/declarative/contacts/contacts.pro plugins/declarative/sensors/sensors.pro src/s60installs/s60installs.pro
| * Merge branch '1.0' of ../qtmobility into 1.0juhvu2010-07-301-36/+36
| |\ | | | | | | | | | | | | Conflicts: plugins/declarative/sensors/sensors.pro
| * | MOBILITY-1164, MOBILITY-1165juhvu2010-07-301-0/+12
| | | | | | | | | | | | | | | | | | Added .pro-file Symbian rules for mobility declarative plugins present in mobility 1.0 release (contacts, multimedia, publishsubscribe, sensors, serviceframework)
* | | Merge branch '1.0' into testmergeAlex2010-07-271-0/+4
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/html/audiorecorder-audiorecorder-cpp.html doc/html/audiorecorder-audiorecorder-h.html doc/html/audiorecorder-audiorecorder-pro.html doc/html/bearercloud-cloud-cpp.html doc/html/bearercloud.html doc/html/contacts.html doc/html/contactsusage.html doc/html/examples.html doc/html/fetchgooglemaps-mapwindow-cpp.html doc/html/index.html doc/html/installation.html doc/html/messaging-installation-on-windows-mobile.html doc/html/multimedia.html doc/html/player-main-cpp.html doc/html/player-player-cpp.html doc/html/player-player-h.html doc/html/player-player-pro.html doc/html/player-playercontrols-cpp.html doc/html/player-playercontrols-h.html doc/html/qcontact.html doc/html/qcontactabstractrequest.html doc/html/qmediaimageviewer.html doc/html/qmediarecordercontrol.html doc/html/qml-audio.html doc/html/qml-video.html doc/html/qnetworksession.html doc/html/qt-mobility-project-library.dcf doc/html/qt-mobility-project-library.index doc/html/qtmobility-known-issues.html doc/html/qtmobility.qhp doc/html/qvaluespacesubscriber.html doc/html/vcardsupport.html doc/html/versit.html doc/html/writemessage-messagesender-cpp.html doc/src/index.qdoc doc/src/qtmobility-known-issues.qdoc examples/player/player.cpp examples/player/player.pro examples/qmlcontacts/contents/example.vcf plugins/declarative/contacts/contacts.pro plugins/declarative/contacts/plugin.cpp plugins/declarative/contacts/qmlcontactmodel.cpp src/bearer/qcorewlanengine_mac.mm src/bearer/qnetworkconfigmanager_s60_p.cpp tests/auto/qmediaplayer/tst_qmediaplayer.cpp tests/auto/qmediaplayer/tst_qmediaplayer_s60.cpp tests/auto/qmediarecorder/tst_qmediarecorder.cpp tests/auto/qradiotuner/tst_qradiotuner.cpp tests/auto/qradiotuner/tst_qradiotuner_s60.cpp tests/auto/symbian/qmediaobject_s60/tst_qmediaobject_s60.cpp tests/auto/symbian/qmediaplayer_s60/qmediaplayer_s60.pro tests/auto/symbian/qmediarecorder_s60/tst_qmediarecorder_s60.cpp
| * | Fix a compile error.Lincoln Ramsay2010-07-271-0/+4
| |/ | | | | | | | | | | Qt plugins on Symbian must be built with TARGET.EPOCALLOWDLLDATA=1 Fixes: MOBILITY-1243
* | Merge branch '1.0'Alex2010-06-281-4/+4
|\| | | | | | | | | | | Conflicts: plugins/declarative/contacts/contacts.pro src/systeminfo/qsysteminfo_linux_common.cpp
| * don't install binaries and qmldir until "make install" timeAlex2010-06-281-5/+4
| | | | | | | | Task-number: QTMOBILITY-362
* | Fix Mobility QtDeclarative plugins buildsThiago Macieira2010-06-251-2/+1
|/ | | | | | | | | | | | | | "target" is already in INSTALLS, so don't add it again. Doing so causes tons of make warnings about overriding install and uninstall targets. Don't set DESTDIR to Qt's dir when compiling. Let the libraries stay where they are here, but install to Qt only. Note: installation should go to $PREFIX/imports, not to $$[QT_INSTALL_IMPORTS]. Installing outside $PREFIX is a bad idea. Reviewed-By: Ossi
* Create declarative sensors plugin that registers all theBea Lam2010-06-111-0/+25
sensor and reading classes as QML types. The orientation example now uses the types registered in the plugin instead of registering its own types.