diff --git a/Doxyfile b/Doxyfile index 0d76dca..44f419e 100644 --- a/Doxyfile +++ b/Doxyfile @@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = qtStoryWriter +PROJECT_NAME = storyWriter # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version diff --git a/storyBook.project b/storyBook.project deleted file mode 100644 index 0c63125..0000000 Binary files a/storyBook.project and /dev/null differ diff --git a/storyWriter.pro b/storyWriter.pro index 3354b56..8826d9d 100644 --- a/storyWriter.pro +++ b/storyWriter.pro @@ -130,8 +130,7 @@ FORMS += \ ccharacterselectdialog.ui DISTFILES += \ - storyBook.project \ Doxyfile RESOURCES += \ - qtstorywriter.qrc + storywriter.qrc diff --git a/qtstorywriter.qrc b/storywriter.qrc similarity index 100% rename from qtstorywriter.qrc rename to storywriter.qrc