Skip to content

Commit 3749b09

Browse files
committed
rename the project from qhttpserver to qhttp!
1 parent 6ce6072 commit 3749b09

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

example/basic-server/basic-server.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ SOURCES += \
1515
main.cpp
1616

1717

18-
LIBS += $$PRJDIR/xbin/libqhttpserver.a
18+
LIBS += $$PRJDIR/xbin/libqhttp.a

example/benchmark/benchmark.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ HEADERS += \
2323
server.hpp \
2424
clients.hpp
2525

26-
LIBS += $$PRJDIR/xbin/libqhttpserver.a
26+
LIBS += $$PRJDIR/xbin/libqhttp.a

example/helloworld/helloworld.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ HEADERS +=
1414
SOURCES += main.cpp
1515

1616

17-
LIBS += $$PRJDIR/xbin/libqhttpserver.a
17+
LIBS += $$PRJDIR/xbin/libqhttp.a
File renamed without changes.

src/src.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
QT += core network
22
QT -= gui
33

4-
TARGET = qhttpserver
4+
TARGET = qhttp
55
TEMPLATE = lib
66
CONFIG += staticlib
77
CONFIG += c++11

0 commit comments

Comments
 (0)