Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
SDK
KCacheGrind
Commits
317cb663
Commit
317cb663
authored
Dec 28, 2020
by
Friedrich W. H. Kossebau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use .in as suffix for input/template files to buildsystem
GIT_SILENT
parent
37fd9487
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
3 deletions
+3
-3
CMakeLists.txt
CMakeLists.txt
+2
-2
converters/CMakeLists.txt
converters/CMakeLists.txt
+1
-1
converters/hotshot2calltree.in
converters/hotshot2calltree.in
+0
-0
kcachegrind.spec.in
kcachegrind.spec.in
+0
-0
version.h.in
version.h.in
+0
-0
No files found.
CMakeLists.txt
View file @
317cb663
...
@@ -47,10 +47,10 @@ add_definitions(
...
@@ -47,10 +47,10 @@ add_definitions(
-DQT_NO_SIGNALS_SLOTS_KEYWORDS
-DQT_NO_SIGNALS_SLOTS_KEYWORDS
)
)
configure_file
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/version.h.
cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/version.h
)
configure_file
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/version.h.
in
${
CMAKE_CURRENT_BINARY_DIR
}
/version.h
)
IF
(
NOT WIN32
)
IF
(
NOT WIN32
)
configure_file
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/kcachegrind.spec.
cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/kcachegrind.spec
)
configure_file
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/kcachegrind.spec.
in
${
CMAKE_CURRENT_BINARY_DIR
}
/kcachegrind.spec
)
ENDIF
(
NOT WIN32
)
ENDIF
(
NOT WIN32
)
ecm_create_qm_loader
(
kcachegrind_QM_LOADER kcachegrind_qt
)
ecm_create_qm_loader
(
kcachegrind_QM_LOADER kcachegrind_qt
)
...
...
converters/CMakeLists.txt
View file @
317cb663
configure_file
(
configure_file
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/hotshot2calltree.
cmake
${
CMAKE_CURRENT_SOURCE_DIR
}
/hotshot2calltree.
in
${
CMAKE_CURRENT_BINARY_DIR
}
/hotshot2calltree
${
CMAKE_CURRENT_BINARY_DIR
}
/hotshot2calltree
)
)
...
...
converters/hotshot2calltree.
cmake
→
converters/hotshot2calltree.
in
View file @
317cb663
File moved
kcachegrind.spec.
cmake
→
kcachegrind.spec.
in
View file @
317cb663
File moved
version.h.
cmake
→
version.h.
in
View file @
317cb663
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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