mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-29 19:18:42 -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
|
@ -36,11 +36,11 @@
|
|||
#include <libtorrent/version.hpp>
|
||||
#include <libtorrent/session.hpp>
|
||||
|
||||
#include "misc.h"
|
||||
#include "core/misc.h"
|
||||
#include "previewlistdelegate.h"
|
||||
#include "previewselect.h"
|
||||
#include "fs_utils.h"
|
||||
#include "preferences.h"
|
||||
#include "core/fs_utils.h"
|
||||
#include "core/preferences.h"
|
||||
|
||||
PreviewSelect::PreviewSelect(QWidget* parent, QTorrentHandle h): QDialog(parent), h(h) {
|
||||
setupUi(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue