1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0025149: Samples - add Qt5/QML sample for Android 4.x

This commit is contained in:
ibs
2014-10-03 14:11:30 +04:00
committed by bugmaster
parent c088aa932f
commit 80eb96707a
28 changed files with 1245 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
TEMPLATE = app
QT += qml quick widgets
SOURCES += Main.cxx \
AndroidQt.cxx \
AndroidQt_Window.cxx \
AndroidQt_TouchParameters.cxx
RESOURCES += AndroidQt.qrc
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =
# OCCT
include(OCCT.pri)
# Default rules for deployment.
include(Deployment.pri)
HEADERS += \
AndroidQt.h \
AndroidQt_Window.h \
AndroidQt_TouchParameters.h \
AndroidQt_UserInteractionParameters.h
OTHER_FILES += \
android/src/org/qtproject/example/AndroidQt/AndroidQt.java \
android/AndroidManifest.xml
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android