mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 03:28:41 -07:00
Don't add core to INCLUDEPATH.
This commit is contained in:
parent
4b5e7e6168
commit
d32bb52390
67 changed files with 145 additions and 147 deletions
|
@ -27,11 +27,11 @@
|
|||
*/
|
||||
|
||||
#include "webui.h"
|
||||
#include "http/server.h"
|
||||
#include "core/http/server.h"
|
||||
#include "webapplication.h"
|
||||
#include "core/net/dnsupdater.h"
|
||||
#include "preferences.h"
|
||||
#include "logger.h"
|
||||
#include "core/preferences.h"
|
||||
#include "core/logger.h"
|
||||
|
||||
WebUI::WebUI(QObject *parent) : QObject(parent)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue