Add qt sdk support

This commit is contained in:
est31 2016-09-24 14:10:55 +02:00
parent d3a215c12b
commit 91c5fb567a
7 changed files with 101 additions and 4 deletions

View file

@ -5,6 +5,7 @@ ndk_paths = {
'r11c': "/home/vagrant/android-ndk/r11c",
'r12b': "/home/vagrant/android-ndk/r12b",
}
qt_sdk_path = "/home/vagrant/qt-sdk/5.7.0/5.7"
java_paths = {
'8': "/usr/lib/jvm/java-8-openjdk-i386",
}