aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qnx/qnx.pro
diff options
context:
space:
mode:
authorEl Mehdi Fekari <mfekari@blackberry.com>2014-02-13 11:16:45 +0100
committerMehdi Fekari <mfekari@blackberry.com>2014-02-19 10:28:58 +0100
commitaa8786fb2e9593572c301f2491bef4abb22c809d (patch)
tree57c3031aa5a50a5dd196ded1dddeb336b09ca0c0 /src/plugins/qnx/qnx.pro
parentb840a2436f38ee68615b0d4608c9538c357c60ab (diff)
Qnx: Add BlackBerry runtime management support
Add support for managing user BlackBerry runtime configurations. This does not handle adding manual runtimes yet, but only detects runtimes from the NDK directories of the available API levels. The BlackBerry NDK should provide a better way to detect installed runtimes (e.g xml installation files) in order to improve the BlackBerry runtime managemnt in Qt Creator. Change-Id: I4f139d52352f903a27dfe4175d12b016b4ee25a9 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
Diffstat (limited to 'src/plugins/qnx/qnx.pro')
-rw-r--r--src/plugins/qnx/qnx.pro10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/plugins/qnx/qnx.pro b/src/plugins/qnx/qnx.pro
index 6bffecb04a..849f0d4df5 100644
--- a/src/plugins/qnx/qnx.pro
+++ b/src/plugins/qnx/qnx.pro
@@ -51,7 +51,6 @@ SOURCES += qnxplugin.cpp \
blackberryabstractdeploystep.cpp \
blackberryndksettingswidget.cpp \
blackberryndksettingspage.cpp \
- blackberryconfiguration.cpp \
bardescriptormagicmatcher.cpp \
bardescriptoreditorfactory.cpp \
bardescriptoreditor.cpp \
@@ -102,7 +101,9 @@ SOURCES += qnxplugin.cpp \
qnxattachdebugdialog.cpp \
blackberrydeployqtlibrariesdialog.cpp \
blackberrysetuppage.cpp \
- blackberrysetupwidget.cpp
+ blackberrysetupwidget.cpp \
+ blackberryruntimeconfiguration.cpp \
+ blackberryapilevelconfiguration.cpp
HEADERS += qnxplugin.h\
qnxconstants.h \
@@ -153,7 +154,6 @@ HEADERS += qnxplugin.h\
blackberryabstractdeploystep.h \
blackberryndksettingswidget.h \
blackberryndksettingspage.h \
- blackberryconfiguration.h \
bardescriptormagicmatcher.h \
bardescriptoreditorfactory.h \
bardescriptoreditor.h \
@@ -204,7 +204,9 @@ HEADERS += qnxplugin.h\
qnxattachdebugdialog.h \
blackberrydeployqtlibrariesdialog.h \
blackberrysetuppage.h \
- blackberrysetupwidget.h
+ blackberrysetupwidget.h \
+ blackberryruntimeconfiguration.h \
+ blackberryapilevelconfiguration.h
FORMS += \
blackberrydeviceconfigurationwizardsetuppage.ui \