aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/qmakeprojectmanager.pro
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-04-03 19:02:30 +0200
committerEike Ziller <eike.ziller@qt.io>2019-04-17 10:53:21 +0000
commitcb63706f83610ebda34f6713b51d4ff61aaa82a5 (patch)
tree6a64e6739141c55f76f66e8a26b9b092b4b3cd12 /src/plugins/qmakeprojectmanager/qmakeprojectmanager.pro
parentf213f6176b7941e3fc5406423c79ac8a96a95fae (diff)
Move C++ Library wizard to JSON
And add build system option (QMake & CMake) Task-number: QTCREATORBUG-17308 Fixes: QTCREATORBUG-14605 Change-Id: Ibfadc4bffeabd7ec11271647460a21b6400625c7 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/qmakeprojectmanager/qmakeprojectmanager.pro')
-rw-r--r--src/plugins/qmakeprojectmanager/qmakeprojectmanager.pro6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/qmakeprojectmanager/qmakeprojectmanager.pro b/src/plugins/qmakeprojectmanager/qmakeprojectmanager.pro
index 6b5890ecf1..a56131074e 100644
--- a/src/plugins/qmakeprojectmanager/qmakeprojectmanager.pro
+++ b/src/plugins/qmakeprojectmanager/qmakeprojectmanager.pro
@@ -19,9 +19,6 @@ HEADERS += \
profilehighlighter.h \
profilehoverhandler.h \
wizards/qtprojectparameters.h \
- wizards/libraryparameters.h \
- wizards/librarywizard.h \
- wizards/librarywizarddialog.h \
wizards/modulespage.h \
wizards/filespage.h \
wizards/qtwizard.h \
@@ -57,9 +54,6 @@ SOURCES += \
profilehighlighter.cpp \
profilehoverhandler.cpp \
wizards/qtprojectparameters.cpp \
- wizards/libraryparameters.cpp \
- wizards/librarywizard.cpp \
- wizards/librarywizarddialog.cpp \
wizards/modulespage.cpp \
wizards/filespage.cpp \
wizards/qtwizard.cpp \