aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmakeprojectmanager')
-rw-r--r--src/plugins/qmakeprojectmanager/customwidgetwizard/customwidgetwizard.pri24
-rw-r--r--src/plugins/qmakeprojectmanager/qmakeprojectmanager.pro68
-rw-r--r--src/plugins/qmakeprojectmanager/qmakeprojectmanager_dependencies.pri12
3 files changed, 0 insertions, 104 deletions
diff --git a/src/plugins/qmakeprojectmanager/customwidgetwizard/customwidgetwizard.pri b/src/plugins/qmakeprojectmanager/customwidgetwizard/customwidgetwizard.pri
deleted file mode 100644
index 0a48d5b4bd..0000000000
--- a/src/plugins/qmakeprojectmanager/customwidgetwizard/customwidgetwizard.pri
+++ /dev/null
@@ -1,24 +0,0 @@
-SOURCES += \
- $$PWD/plugingenerator.cpp \
- $$PWD/classlist.cpp \
- $$PWD/classdefinition.cpp \
- $$PWD/customwidgetwidgetswizardpage.cpp \
- $$PWD/customwidgetpluginwizardpage.cpp \
- $$PWD/customwidgetwizarddialog.cpp \
- $$PWD/customwidgetwizard.cpp
-HEADERS += \
- $$PWD/classlist.h \
- $$PWD/plugingenerator.h \
- $$PWD/pluginoptions.h \
- $$PWD/classdefinition.h \
- $$PWD/customwidgetwizarddialog.h \
- $$PWD/customwidgetwidgetswizardpage.h \
- $$PWD/customwidgetpluginwizardpage.h \
- $$PWD/customwidgetwizard.h \
- $$PWD/filenamingparameters.h
-
-FORMS += \
- $$PWD/classdefinition.ui \
- $$PWD/customwidgetwidgetswizardpage.ui \
- $$PWD/customwidgetpluginwizardpage.ui
-
diff --git a/src/plugins/qmakeprojectmanager/qmakeprojectmanager.pro b/src/plugins/qmakeprojectmanager/qmakeprojectmanager.pro
deleted file mode 100644
index 90a6a78a8f..0000000000
--- a/src/plugins/qmakeprojectmanager/qmakeprojectmanager.pro
+++ /dev/null
@@ -1,68 +0,0 @@
-QT += network
-include(../../qtcreatorplugin.pri)
-
-DEFINES += \
- QMAKEPROJECTMANAGER_LIBRARY
-
-HEADERS += \
- qmakebuildinfo.h \
- qmakekitinformation.h \
- qmakeparsernodes.h \
- qmakeprojectimporter.h \
- qmakeprojectmanagerplugin.h \
- qmakeproject.h \
- qmakesettings.h \
- qmakenodes.h \
- qmakenodetreebuilder.h \
- profileeditor.h \
- profilehighlighter.h \
- profilehoverhandler.h \
- wizards/qtprojectparameters.h \
- wizards/qtwizard.h \
- wizards/subdirsprojectwizard.h \
- wizards/subdirsprojectwizarddialog.h \
- qmakeprojectmanagerconstants.h \
- qmakestep.h \
- externaleditors.h \
- qmakebuildconfiguration.h \
- qmakeparser.h \
- addlibrarywizard.h \
- librarydetailscontroller.h \
- qmakeprojectmanager_global.h \
- profilecompletionassist.h \
- makefileparse.h \
- qmakemakestep.h
-
-SOURCES += \
- qmakekitinformation.cpp \
- qmakeparsernodes.cpp \
- qmakeprojectimporter.cpp \
- qmakeprojectmanagerplugin.cpp \
- qmakeproject.cpp \
- qmakenodes.cpp \
- qmakesettings.cpp \
- qmakenodetreebuilder.cpp \
- profileeditor.cpp \
- profilehighlighter.cpp \
- profilehoverhandler.cpp \
- wizards/qtprojectparameters.cpp \
- wizards/qtwizard.cpp \
- wizards/subdirsprojectwizard.cpp \
- wizards/subdirsprojectwizarddialog.cpp \
- qmakestep.cpp \
- externaleditors.cpp \
- qmakebuildconfiguration.cpp \
- qmakeparser.cpp \
- addlibrarywizard.cpp \
- librarydetailscontroller.cpp \
- profilecompletionassist.cpp \
- makefileparse.cpp \
- qmakemakestep.cpp
-
-FORMS += \
- librarydetailswidget.ui
-
-RESOURCES += qmakeprojectmanager.qrc \
- wizards/wizards.qrc
-
-include(customwidgetwizard/customwidgetwizard.pri)
diff --git a/src/plugins/qmakeprojectmanager/qmakeprojectmanager_dependencies.pri b/src/plugins/qmakeprojectmanager/qmakeprojectmanager_dependencies.pri
deleted file mode 100644
index daa8e231be..0000000000
--- a/src/plugins/qmakeprojectmanager/qmakeprojectmanager_dependencies.pri
+++ /dev/null
@@ -1,12 +0,0 @@
-QTC_PLUGIN_NAME = QmakeProjectManager
-QTC_LIB_DEPENDS += \
- extensionsystem \
- qmljs \
- utils
-QTC_PLUGIN_DEPENDS += \
- coreplugin \
- projectexplorer \
- qtsupport \
- texteditor \
- cppeditor \
- resourceeditor