CppTools: Extract ProjectPartChooser

...and put it under tests.

Change-Id: Id4bd2391abd1dfdc23640e871453558566cb0693
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Nikolai Kosjar
2016-12-16 13:10:43 +01:00
parent be7afaab27
commit ce1c6b2258
8 changed files with 315 additions and 28 deletions

View File

@@ -18,7 +18,7 @@ HEADERS += \
$$PWD/cppbaseprojectpartbuilder.h \
$$PWD/projectinfo.h \
$$PWD/cppprojectinterface.h \
$$PWD/cppprojectpartchooser.h \
SOURCES += \
$$PWD/cppprojectfile.cpp \
@@ -29,3 +29,4 @@ SOURCES += \
$$PWD/clangcompileroptionsbuilder.cpp \
$$PWD/cppbaseprojectpartbuilder.cpp \
$$PWD/projectinfo.cpp \
$$PWD/cppprojectpartchooser.cpp \