aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qnx/qnx.pro
diff options
context:
space:
mode:
authorTobias Nätterlund <tobias.naetterlund.qnx@kdab.com>2013-05-30 13:53:28 +0200
committerTobias Nätterlund <tobias.naetterlund@kdab.com>2013-05-31 14:51:02 +0200
commitb90e3bbd8bea27ad915a4d9033e0d5bda26f5667 (patch)
tree8b406888133a1ffa9346d285cd15d515f2f91954 /src/plugins/qnx/qnx.pro
parentf3eedaf3000ca948816028b8e4902994bbc8db65 (diff)
QNX/RemoteLinux/Madde: Made device test more generic
Any device inheriting from LinuxDevice can now implement a createDeviceTester() method to return their own AbstractLinuxDeviceTester that runs when the device wizard is completed, or when the Test Device button is pressed. The MaddeDevice implementation of the device actions now completely matches that of LinuxDevice, so those are removed. The QNX device check was improved with additional tool checking. Change-Id: Ie761b7cfc5591238aa2a18a74fe1843fb2cdbeaa Reviewed-by: Christian Kandeler <christian.kandeler@digia.com> Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/qnx/qnx.pro')
-rw-r--r--src/plugins/qnx/qnx.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/qnx/qnx.pro b/src/plugins/qnx/qnx.pro
index a50ed1d8b5..16f02fa6f2 100644
--- a/src/plugins/qnx/qnx.pro
+++ b/src/plugins/qnx/qnx.pro
@@ -92,7 +92,8 @@ SOURCES += qnxplugin.cpp \
bardescriptoreditorabstractpanelwidget.cpp \
blackberrysetupwizard.cpp \
blackberrysetupwizardpages.cpp \
- blackberryutils.cpp
+ blackberryutils.cpp \
+ qnxdevicetester.cpp
HEADERS += qnxplugin.h\
qnxconstants.h \
@@ -184,7 +185,8 @@ HEADERS += qnxplugin.h\
bardescriptoreditorabstractpanelwidget.h \
blackberrysetupwizard.h \
blackberrysetupwizardpages.h \
- blackberryutils.h
+ blackberryutils.h \
+ qnxdevicetester.h
FORMS += \
blackberrydeviceconfigurationwizardsetuppage.ui \