Skip to content

Commit

Permalink
rename the project from qhttpserver to qhttp!
Browse files Browse the repository at this point in the history
  • Loading branch information
azadkuh committed Jul 11, 2014
1 parent 6ce6072 commit 3749b09
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/basic-server/basic-server.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ SOURCES += \
main.cpp


LIBS += $$PRJDIR/xbin/libqhttpserver.a
LIBS += $$PRJDIR/xbin/libqhttp.a
2 changes: 1 addition & 1 deletion example/benchmark/benchmark.pro
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ HEADERS += \
server.hpp \
clients.hpp

LIBS += $$PRJDIR/xbin/libqhttpserver.a
LIBS += $$PRJDIR/xbin/libqhttp.a
2 changes: 1 addition & 1 deletion example/helloworld/helloworld.pro
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ HEADERS +=
SOURCES += main.cpp


LIBS += $$PRJDIR/xbin/libqhttpserver.a
LIBS += $$PRJDIR/xbin/libqhttp.a
File renamed without changes.
2 changes: 1 addition & 1 deletion src/src.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
QT += core network
QT -= gui

TARGET = qhttpserver
TARGET = qhttp
TEMPLATE = lib
CONFIG += staticlib
CONFIG += c++11
Expand Down

0 comments on commit 3749b09

Please sign in to comment.