summaryrefslogtreecommitdiffstats
path: root/features
Commit message (Collapse)AuthorAgeFilesLines
* QtQmlAndroid -> QtNativeAndroidJ-P Nurmi2016-12-181-0/+0
| | | | | Change-Id: Ic1f9ac872b8e70764472690ab07ad5392ca2dc01 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* QMLANDROID_PREFIX -> MODULE_PREFIXJ-P Nurmi2016-12-181-4/+4
| | | | | Change-Id: I94693758d084347100b2a74822ac8c498dddd850 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Deploy the built-in Android modules by defaultJ-P Nurmi2016-12-151-15/+15
| | | | | | | | | | | | | | | | | | | | | | Only require explicitly enabling the support packages, which must be also linked to in the gradle build script. .pro: ANDROID_SUPPORT = v4 v7 build.gradle: dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:21.0.+' compile 'com.android.support:cardview-v7:21.0.+' compile 'com.android.support:recyclerview-v7:21.0.+' compile 'com.android.support:support-v4:21.0.+' } Change-Id: I2ac122fd383b3c7bfa6c3ec3569cd7f7f13ff971 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Fix qmlandroid.prfJ-P Nurmi2016-12-151-8/+3
| | | | | Change-Id: Iaaf64d458197b9b7be0370211a023ec694c3fdfb Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Move .java filesJ-P Nurmi2016-12-151-2/+2
| | | | | Change-Id: I686663b3d203dcaa58bbbad97e4fb9176d95e52e Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Remove ancJ-P Nurmi2016-12-141-54/+0
| | | | | Change-Id: Ie901c1ca5202d9c535ffa1b7ea8b4ce25661c53f Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Sort out install/copy rules for the .prf and .java filesJ-P Nurmi2016-12-141-2/+2
| | | | | | | | | | | | | | | NOTE: We must NOT install the .java files to $$[QT_INSTALL_PREFIX]/src/android/java/src because the whole tree is copied into the android-build dir and unconditionally compiled during application packaging. Thus, we use $$[QT_INSTALL_PREFIX]/src/android/java/qml as an installation location so that we can conditionally copy the desired .java files to the application build directory. Change-Id: I7d154a1df8fc9307d6588fc84c5f967c6dc42e06 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Deploy appropriate Java filesJ-P Nurmi2015-04-231-0/+28
| | | | | | | | | | QT += qmlandroid QMLANDROID_PACKAGES = app support view widget Avoids the hard dependency to Android Support libraries. Change-Id: Id5a48b0e8bd368485977dc232520b2fa90415cfa Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Revert automatic anc generation for nowJ-P Nurmi2014-12-201-8/+10
|
* qac -> ancJ-P Nurmi2014-12-202-52/+52
|
* Generate LinearInterpolatorJ-P Nurmi2014-12-201-0/+52