Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
f6fbb274
Commit
f6fbb274
authored
Dec 08, 2008
by
Roberto Raggi
Browse files
Moved the preprocessor.
parent
520a5c9e
Changes
16
Hide whitespace changes
Inline
Side-by-side
src/libs/cplusplus/cplusplus.pro
View file @
f6fbb274
...
...
@@ -21,7 +21,16 @@ HEADERS += \
TypeOfExpression
.
h
\
TypePrettyPrinter
.
h
\
ResolveExpression
.
h
\
LookupContext
.
h
LookupContext
.
h
\
pp
-
cctype
.
h
\
pp
-
engine
.
h
\
pp
-
fwd
.
h
\
pp
-
macro
-
expander
.
h
\
pp
-
scanner
.
h
\
pp
-
client
.
h
\
pp
-
environment
.
h
\
pp
-
internal
.
h
\
pp
-
macro
.
h
SOURCES
+=
\
SimpleLexer
.
cpp
\
...
...
@@ -35,6 +44,9 @@ SOURCES += \
TypeOfExpression
.
cpp
\
TypePrettyPrinter
.
cpp
\
ResolveExpression
.
cpp
\
LookupContext
.
cpp
LookupContext
.
cpp
\
pp
-
engine
.
cpp
\
pp
-
environment
.
cpp
\
pp
-
macro
-
expander
.
cpp
RESOURCES
+=
cplusplus
.
qrc
src/
plugins/cpptools/rpp
/pp-cctype.h
→
src/
libs/cplusplus
/pp-cctype.h
View file @
f6fbb274
File moved
src/
plugins/cpptools/rpp
/pp-client.h
→
src/
libs/cplusplus
/pp-client.h
View file @
f6fbb274
File moved
src/
plugins/cpptools/rpp
/pp-engine.cpp
→
src/
libs/cplusplus
/pp-engine.cpp
View file @
f6fbb274
File moved
src/
plugins/cpptools/rpp
/pp-engine.h
→
src/
libs/cplusplus
/pp-engine.h
View file @
f6fbb274
File moved
src/
plugins/cpptools/rpp
/pp-environment.cpp
→
src/
libs/cplusplus
/pp-environment.cpp
View file @
f6fbb274
File moved
src/
plugins/cpptools/rpp
/pp-environment.h
→
src/
libs/cplusplus
/pp-environment.h
View file @
f6fbb274
File moved
src/
plugins/cpptools/rpp
/pp-fwd.h
→
src/
libs/cplusplus
/pp-fwd.h
View file @
f6fbb274
File moved
src/
plugins/cpptools/rpp
/pp-internal.h
→
src/
libs/cplusplus
/pp-internal.h
View file @
f6fbb274
File moved
src/
plugins/cpptools/rpp
/pp-macro-expander.cpp
→
src/
libs/cplusplus
/pp-macro-expander.cpp
View file @
f6fbb274
File moved
src/
plugins/cpptools/rpp
/pp-macro-expander.h
→
src/
libs/cplusplus
/pp-macro-expander.h
View file @
f6fbb274
File moved
src/
plugins/cpptools/rpp
/pp-macro.h
→
src/
libs/cplusplus
/pp-macro.h
View file @
f6fbb274
File moved
src/
plugins/cpptools/rpp
/pp-scanner.h
→
src/
libs/cplusplus
/pp-scanner.h
View file @
f6fbb274
File moved
src/
plugins/cpptools/rpp
/pp.h
→
src/
libs/cplusplus
/pp.h
View file @
f6fbb274
File moved
src/plugins/cpptools/cpptools.pro
View file @
f6fbb274
...
...
@@ -10,7 +10,7 @@ unix:QMAKE_CXXFLAGS_DEBUG += -O3
INCLUDEPATH
+=
.
DEFINES
+=
CPPTOOLS_LIBRARY
CONFIG
+=
help
include
(
rpp
/
rpp
.
pri
)|
error
(
"Can't find RPP"
)
HEADERS
+=
cpptools_global
.
h
\
cppquickopenfilter
.
h
\
cppclassesfilter
.
h
\
...
...
src/plugins/cpptools/rpp/rpp.pri
deleted
100644 → 0
View file @
520a5c9e
DEPENDPATH += $$PWD
INCLUDEPATH += $$PWD
HEADERS += $$PWD/pp-cctype.h \
$$PWD/pp-engine.h \
$$PWD/pp-environment.h \
$$PWD/pp-internal.h \
$$PWD/pp-macro-expander.h \
$$PWD/pp-macro.h \
$$PWD/pp-scanner.h \
$$PWD/pp.h \
$$PWD/pp-client.h
SOURCES += $$PWD/pp-engine.cpp \
$$PWD/pp-environment.cpp \
$$PWD/pp-macro-expander.cpp
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment