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:
31
samples/qt/AndroidQt/AndroidQt.pro
Normal file
31
samples/qt/AndroidQt/AndroidQt.pro
Normal 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
|
Reference in New Issue
Block a user