diff options
author | hjk <qtc-committer@nokia.com> | 2011-12-06 15:39:25 +0100 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2011-12-08 15:00:55 +0100 |
commit | 9739b8df6227c70f12bc14a5dd6ca0d9ee6f3d17 (patch) | |
tree | 7a37eaea689aa5817318e7a0b07887ba077ec6d2 /src/plugins/remotelinux/remotelinux.pro | |
parent | 676739a87af932a472df757250442f2930a5d7e0 (diff) | |
download | qt-creator-9739b8df6227c70f12bc14a5dd6ca0d9ee6f3d17.tar.gz |
debugger/remotelinux: new dialog to attach to remote process
Change-Id: I221534561f4bbd299d494ecc902092e2e709770c
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinux.pro')
-rw-r--r-- | src/plugins/remotelinux/remotelinux.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/remotelinux.pro b/src/plugins/remotelinux/remotelinux.pro index b219077217..00990e0252 100644 --- a/src/plugins/remotelinux/remotelinux.pro +++ b/src/plugins/remotelinux/remotelinux.pro @@ -127,8 +127,7 @@ FORMS += \ linuxdeviceconfigurationssettingswidget.ui \ sshkeycreationdialog.ui \ remotelinuxdeployconfigurationwidget.ui \ - profilesupdatedialog.ui \ - startgdbserverdialog.ui + profilesupdatedialog.ui RESOURCES += remotelinux.qrc |