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 similarity index 100% rename from dbus-1-tqt.Doxyfile.in rename to dbus-1-tqt.Doxyfile.cmake