11-30-2012 12:06 PM
I built app (Q File Explorer) for BB10 as well Playbook using Qt, which i compiled using Native SDK 2.1. I used Qt creator IDE for building and testing as i was finding difficulty. But by this method i have to add 3-4 libs with my app and the size increased so much.
But in BB10 SDK have compiled Qt libs in it, can i use those libs to build my app, as it doesn't contain any libblackberry.so, which is required.
any suggestion
12-01-2012 01:21 PM
BB10 alpha device and NDK contain all libraries needed to release Qt app without the need to bundle any Qt library with your app.
12-01-2012 02:00 PM
when i query Qmake supplied with NDK, results are
QT_INSTALL_PREFIX:c:\jenkins\workspace\qt-win32_BB
QT_INSTALL_DATA:c:\jenkins\workspace\qt-win32_BB10
QT_INSTALL_DOCS:c:\jenkins\workspace\qt-win32_BB10
QT_INSTALL_HEADERS:c:\jenkins\workspace\qt-win32_B
QT_INSTALL_LIBS:c:\jenkins\workspace\qt-win32_BB10
QT_INSTALL_BINS:c:\jenkins\workspace\qt-win32_BB10
QT_INSTALL_PLUGINS:c:\jenkins\workspace\qt-win32_B
QT_INSTALL_IMPORTS:c:\jenkins\workspace\qt-win32_B
QT_INSTALL_TRANSLATIONS:c:\jenkins\workspace\qt-wi
QT_INSTALL_CONFIGURATION:c:/jenkins/workspace/qt-w
QT_INSTALL_EXAMPLES:c:\jenkins\workspace\qt-win32_
QT_INSTALL_DEMOS:c:\jenkins\workspace\qt-win32_BB1
QMAKE_MKSPECS:c:\jenkins\workspace\qt-win32_BB10_0
QMAKE_VERSION:2.01a
QT_VERSION:4.8.4
then how you can compile Qt app in Qt Creator, and i tried with those libs but no success
12-03-2012 03:54 AM
"All" is actually just a subset, what you have is:
libQtCore.so -> libQtCore.so.4.8.4
libQtDeclarative.so.4.8.4
libQtGui.so.4.8.4
libQtMultimedia.so.4.8.4
libQtNetwork.so.4.8.4
libQtOpenGL.so.4.8.4
libQtScript.so.4.8.4
libQtScriptTools.so.4.8.4
libQtSql.so.4.8.4
libQtSvg.so.4.8.4
libQtTest.so.4.8.4
libQtXmlPatterns.so.4.8.4
libQtXml.so.4.8.4
libQtMultimediaKit.so.1.2.2
libQtSensors.so.1.2.2
but there is also a ton of those missing:
libQtWebkit
libQtOpenVg
libQtUiTools
libqQtServiceFramework
libQtContacts
libQtMessaging
libQtSystemInfo
libQtPublishSubscribe
libQtOrganizer
libQtFeedback
libQtGallery
libQtVersit
libQtConnectivity
plus any of the plugins/imports (like particles)