Removed PROJECT_TITLE variable.

This commit is contained in:
Nathan Osman
2015-07-15 11:46:30 -07:00
parent edc7ad6ed6
commit 317126fc65
2 changed files with 1 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ option(BUILD_EXAMPLES "Build the example applications" OFF)
option(BUILD_TESTS "Build the test suite" OFF)
set(PROJECT_NAME "QHttpEngine")
set(PROJECT_TITLE "QHttpEngine")
set(PROJECT_DESCRIPTION "Simple and secure HTTP server for Qt applications")
set(PROJECT_AUTHOR "Nathan Osman")
set(PROJECT_URL "https://github.com/nitroshare/qhttpengine")