Ui Code Model Support: Refactor code in preparation for cmake support

This commit is contained in:
dt
2010-09-23 14:40:22 +02:00
parent 05a89496e0
commit 41ceaf2821
6 changed files with 281 additions and 158 deletions

View File

@@ -25,7 +25,8 @@ HEADERS += completionsettingspage.h \
cppfilesettingspage.h \
cppfindreferences.h \
cppcodeformatter.h \
symbolsfindfilter.h
symbolsfindfilter.h \
uicodecompletionsupport.h
SOURCES += completionsettingspage.cpp \
cppclassesfilter.cpp \
@@ -42,7 +43,8 @@ SOURCES += completionsettingspage.cpp \
abstracteditorsupport.cpp \
cppfindreferences.cpp \
cppcodeformatter.cpp \
symbolsfindfilter.cpp
symbolsfindfilter.cpp \
uicodecompletionsupport.cpp
FORMS += completionsettingspage.ui \
cppfilesettingspage.ui