1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00

update wiki and voicetest

This commit is contained in:
tianduanrui 2018-02-16 18:29:44 +08:00
parent 4a320f2ed4
commit 0eb26fa267
2 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<manifest package="org.qtproject.example.voicetest" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0" android:versionCode="1" android:installLocation="auto">
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="voicetest" android:icon="@drawable/icon">
<activity android:configChanges="orientation" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:label="声音设备" android:screenOrientation="unspecified" android:launchMode="singleTop">
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:label="声音设备" android:screenOrientation="unspecified" android:launchMode="singleTop">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>

View File

@ -1,30 +1,30 @@
# LibQQt WiKi 页面
##Welcom to QQt foundation
## Welcom to QQt foundation
[](home.md)
##How to build LibQQt
## How to build LibQQt
[如何编译LibQQt](HowtoBuildLibQQt.md)
##QQt On Android
## QQt On Android
[在Android上使用LibQQt](QQtOnAndroid.md)
##About v2.1.5.0
## About v2.1.5.0
[稳定版](v2.1.5.0-is-stable.md)
##An LibQQt example
## An LibQQt example
[一个应用案例](an-example.md)
##Multi link technology
## Multi link technology
[Multi-link 技术](Multi-Link.md)
##返回
## 返回
[返回](../)