diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-05-13 12:09:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-05-13 12:09:09 +0900 |
commit | 1d2ed792d8f35e0737943873c03bba2b090bba53 (patch) | |
tree | ae0cd5a5f5c0689605c6b721711199ecc4a45d2e | |
parent | ff5fee9de2442a696cb1d4c66e621b6d8618bbbf (diff) | |
download | dbus-1-tqt-1d2ed792d8f35e0737943873c03bba2b090bba53.tar.gz dbus-1-tqt-1d2ed792d8f35e0737943873c03bba2b090bba53.zip |
Changed file names to conform to .cmake convention for configuration
files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | dbus-1-tqt.Doxyfile.cmake (renamed from dbus-1-tqt.Doxyfile.in) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ec42952..f7c225a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -80,5 +80,5 @@ add_subdirectory( src ) ##### write configure files ##################### -configure_file( ${CMAKE_SOURCE_DIR}/dbus-1-tqt.Doxyfile.in ${CMAKE_BINARY_DIR}/dbus-1-tqt.Doxyfile ) +configure_file( ${CMAKE_SOURCE_DIR}/dbus-1-tqt.Doxyfile.cmake ${CMAKE_BINARY_DIR}/dbus-1-tqt.Doxyfile ) diff --git a/dbus-1-tqt.Doxyfile.in b/dbus-1-tqt.Doxyfile.cmake index 396e8f2..396e8f2 100644 --- a/dbus-1-tqt.Doxyfile.in +++ b/dbus-1-tqt.Doxyfile.cmake |