Added CMake project files and empty class files.

This commit is contained in:
Nathan Osman
2015-03-23 16:13:31 -07:00
parent fbc79af56e
commit 2cfb0dfd73
12 changed files with 128 additions and 0 deletions

11
src/qhttpengine.pc.in Normal file
View File

@@ -0,0 +1,11 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include
Name: @PROJECT_NAME@
Description: @PROJECT_DESCRIPTION@
URL: @PROJECT_URL@
Version: @PROJECT_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lqhttpengine