aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinux.pro
diff options
context:
space:
mode:
authorNicolas Arnaud-Cormos <nicolas@kdab.com>2012-02-15 14:47:45 -0800
committerChristian Kandeler <christian.kandeler@nokia.com>2012-02-20 17:51:10 +0100
commit74da217204ff126f6d5e67311bc9845a1a459bc1 (patch)
treea16abe52a71629a8ec51af0e7a8e14dc37687eb7 /src/plugins/remotelinux/remotelinux.pro
parent147396d764aff1b5ca5cf2a50b43efb37e02291c (diff)
Extract the device specific settings for linux device.
The LinuxConfigFactory has now a new pure virtual method to create the widget for the device specific settings. It allows new device to create their own settings page. Change-Id: Ie14df043fdef088b0e6e3b1e08b5d0d1863f76e5 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinux.pro')
-rw-r--r--src/plugins/remotelinux/remotelinux.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/plugins/remotelinux/remotelinux.pro b/src/plugins/remotelinux/remotelinux.pro
index 8feab7f75df..186f71f1f85 100644
--- a/src/plugins/remotelinux/remotelinux.pro
+++ b/src/plugins/remotelinux/remotelinux.pro
@@ -62,7 +62,8 @@ HEADERS += \
startgdbserverdialog.h \
remotelinuxcustomcommanddeployservice.h \
remotelinuxcustomcommanddeploymentstep.h \
- abstractembeddedlinuxtarget.h
+ abstractembeddedlinuxtarget.h \
+ genericlinuxdeviceconfigurationwidget.h
SOURCES += \
genericembeddedlinuxtarget.cpp \
@@ -118,7 +119,8 @@ SOURCES += \
startgdbserverdialog.cpp \
remotelinuxcustomcommanddeployservice.cpp \
remotelinuxcustomcommanddeploymentstep.cpp \
- abstractembeddedlinuxtarget.cpp
+ abstractembeddedlinuxtarget.cpp \
+ genericlinuxdeviceconfigurationwidget.cpp
FORMS += \
linuxdevicefactoryselectiondialog.ui \
@@ -128,7 +130,8 @@ FORMS += \
linuxdeviceconfigurationssettingswidget.ui \
sshkeycreationdialog.ui \
remotelinuxdeployconfigurationwidget.ui \
- profilesupdatedialog.ui
+ profilesupdatedialog.ui \
+ genericlinuxdeviceconfigurationwidget.ui
RESOURCES += remotelinux.qrc