Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
Qt HTTP server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Qt Libraries
Qt HTTP server
Commits
e594831a
Commit
e594831a
authored
Sep 10, 2016
by
Thomas BOUTROUE
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add PRI file for use with QMake
parent
a738db7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
lib/libQt5HttpServer.pri
lib/libQt5HttpServer.pri
+16
-0
No files found.
lib/libQt5HttpServer.pri
0 → 100644
View file @
e594831a
QT += core network
SOURCES += \
$$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/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