Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Qt Libraries
Qt HTTP server
Commits
b1c0a9a8
Commit
b1c0a9a8
authored
Sep 10, 2016
by
Thomas BOUTROUE
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix PRI newline escape
parent
e594831a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
lib/libQt5HttpServer.pri
lib/libQt5HttpServer.pri
+8
-8
No files found.
lib/libQt5HttpServer.pri
View file @
b1c0a9a8
...
...
@@ -2,15 +2,15 @@
QT += core network
SOURCES += \
$$PWD/QtHttpClientWrapper.cpp
$$PWD/QtHttpHeader.cpp
$$PWD/QtHttpReply.cpp
$$PWD/QtHttpRequest.cpp
$$PWD/QtHttpClientWrapper.cpp
\
$$PWD/QtHttpHeader.cpp
\
$$PWD/QtHttpReply.cpp
\
$$PWD/QtHttpRequest.cpp
\
$$PWD/QtHttpServer.cpp
HEADERS += \
$$PWD/QtHttpClientWrapper.h
$$PWD/QtHttpHeader.h
$$PWD/QtHttpReply.h
$$PWD/QtHttpRequest.h
$$PWD/QtHttpClientWrapper.h
\
$$PWD/QtHttpHeader.h
\
$$PWD/QtHttpReply.h
\
$$PWD/QtHttpRequest.h
\
$$PWD/QtHttpServer.h
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment