summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* QtQmlAndroid -> QtNativeAndroidJ-P Nurmi2016-12-1818-3/+3
| | | | | Change-Id: Ic1f9ac872b8e70764472690ab07ad5392ca2dc01 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Deploy the built-in Android modules by defaultJ-P Nurmi2016-12-152-3/+3
| | | | | | | | | | | | | | | | | | | | | | 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>
* Rename .java filesJ-P Nurmi2016-12-151-2/+2
| | | | | Change-Id: I6d7e324e746d9ea934d6630cc865adaa08c4cc3c Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Catalog example: don't extract unnecessary Android style assetsJ-P Nurmi2016-12-091-0/+4
| | | | | Change-Id: I1f151ebcb02ffdef692cd7a6da1e7e41fb613301 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Add missing license headers to pass tst_licensesJ-P Nurmi2016-12-098-0/+320
| | | | | Change-Id: Id4763c5a2f52de8213543eccf289348eb7856de4 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Update SDK versionsJ-P Nurmi2016-12-011-1/+1
| | | | | Change-Id: I5661c43391ade00d244acffd02b395d918c6ddeb Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Make qmake happy with the examples structure and install targetsJ-P Nurmi2016-12-0118-1/+4
| | | | | Change-Id: I5616e41e62a787693a7e1efb1be924c38b651cae Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Rename the Java classes: QtFoo.java -> QmlFoo.javaJ-P Nurmi2015-04-231-2/+2
| | | | | | | | It's hopefully less confusing with a bit of distinction to the built-in Qt Java classes such as QtActivity... Change-Id: If4cce06952fcd6a317aad77bb5aa113a086325f3 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Deploy appropriate Java filesJ-P Nurmi2015-04-231-1/+2
| | | | | | | | | | 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>
* Update title, description, introduction, notes...J-P Nurmi2015-04-181-2/+2
| | | | | Change-Id: I25670299bc6f10b873fdb15606b3b773a56ed490 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Sync build.gradle with qtbase#devJ-P Nurmi2015-04-121-3/+9
|
* SUBDIRS += \J-P Nurmi2014-12-191-1/+2
|
* Proper Qt module structure - part IIJ-P Nurmi2014-12-191-1/+1
|
* WIP: proper Qt module structureJ-P Nurmi2014-12-1918-0/+650