diff --git a/src/plugins/qt4projectmanager/enveditdialog.ui b/src/plugins/qt4projectmanager/enveditdialog.ui deleted file mode 100644 index acda028c179..00000000000 --- a/src/plugins/qt4projectmanager/enveditdialog.ui +++ /dev/null @@ -1,236 +0,0 @@ - - Qt4ProjectManager::Internal::EnvEditDialog - - - - 0 - 0 - 398 - 298 - - - - Build Environment - - - - 9 - - - 6 - - - - - 0 - - - 6 - - - - - - - - Make Command: - - - - - - - - - - Build Environment: - - - - - - - mkspec: - - - - - - - - - - - - 0 - - - 6 - - - - - - - - Qt::Vertical - - - - 20 - 91 - - - - - - - - true - - - false - - - 2 - - - - 0 - - - - - 1 - - - - - - - - - - - Values: - - - - - - - Variable: - - - - - - - - - - - - - - - - - - - - - - - 0 - - - 6 - - - - - Import - - - - - - - Qt::Horizontal - - - - 91 - 31 - - - - - - - - OK - - - - - - - Cancel - - - - - - - - - envNameEdit - makeEdit - mkspecCombo - varEdit - valEdit - delButton - addButton - varList - importButton - okButton - cancelButton - - - - - okButton - clicked() - Qt4ProjectManager::Internal::EnvEditDialog - accept() - - - 278 - 253 - - - 96 - 254 - - - - - cancelButton - clicked() - Qt4ProjectManager::Internal::EnvEditDialog - reject() - - - 369 - 253 - - - 179 - 282 - - - - - diff --git a/src/plugins/qt4projectmanager/envvariablespage.ui b/src/plugins/qt4projectmanager/envvariablespage.ui deleted file mode 100644 index c4f6f558f2d..00000000000 --- a/src/plugins/qt4projectmanager/envvariablespage.ui +++ /dev/null @@ -1,118 +0,0 @@ - - Qt4ProjectManager::Internal::EnvVariablesPage - - - - 0 - 0 - 398 - 336 - - - - - 9 - - - 6 - - - - - true - - - Build Environments - - - - 9 - - - 6 - - - - - - - - 0 - - - 6 - - - - - Add... - - - - - - - Edit... - - - - - - - Delete - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - - - - - - 0 - - - 6 - - - - - Default mkspec: - - - - - - - Default make command: - - - - - - - - - - - - - - - - diff --git a/src/plugins/qt4projectmanager/proeditorcontainer.ui b/src/plugins/qt4projectmanager/proeditorcontainer.ui deleted file mode 100644 index 0edbfa3ff84..00000000000 --- a/src/plugins/qt4projectmanager/proeditorcontainer.ui +++ /dev/null @@ -1,69 +0,0 @@ - - ProEditorContainer - - - - 0 - 0 - 503 - 372 - - - - - - - 6 - - - 0 - - - 0 - - - 0 - - - 0 - - - - - true - - - - - - - - - - Advanced Mode - - - - - - - - - - - - - Qt4ProjectManager::Internal::ProEditor - QFrame -
proparser/proeditor.h
- 1 -
- - Qt4ProjectManager::Internal::ValueEditor - QWidget -
valueeditor.h
-
-
- - -
diff --git a/src/plugins/qt4projectmanager/profileeditor.h b/src/plugins/qt4projectmanager/profileeditor.h index 95e997afabb..8b75f3d2694 100644 --- a/src/plugins/qt4projectmanager/profileeditor.h +++ b/src/plugins/qt4projectmanager/profileeditor.h @@ -30,8 +30,6 @@ #ifndef PROFILEEDITOR_H #define PROFILEEDITOR_H -#include "ui_proeditorcontainer.h" - #include #include diff --git a/src/plugins/qt4projectmanager/qt4projectmanager.pro b/src/plugins/qt4projectmanager/qt4projectmanager.pro index d430f6604e9..a128681f17c 100644 --- a/src/plugins/qt4projectmanager/qt4projectmanager.pro +++ b/src/plugins/qt4projectmanager/qt4projectmanager.pro @@ -73,10 +73,7 @@ SOURCES = qt4projectmanagerplugin.cpp \ qtoptionspage.cpp \ qtuicodemodelsupport.cpp \ externaleditors.cpp -FORMS = envvariablespage.ui \ - enveditdialog.ui \ - proeditorcontainer.ui \ - makestep.ui \ +FORMS = makestep.ui \ qmakestep.ui \ qt4projectconfigwidget.ui \ embeddedpropertiespage.ui \