Don't add core to INCLUDEPATH.

This commit is contained in:
Vladimir Golovnev (Glassez) 2015-04-13 19:19:53 +03:00
parent 4b5e7e6168
commit d32bb52390
67 changed files with 145 additions and 147 deletions

View file

@ -43,7 +43,7 @@
#include <libtorrent/version.hpp>
#include "propertieswidget.h"
#include "transferlistwidget.h"
#include "torrentpersistentdata.h"
#include "core/torrentpersistentdata.h"
#include "qbtsession.h"
#include "proplistdelegate.h"
#include "torrentcontentfiltermodel.h"
@ -53,11 +53,11 @@
#include "mainwindow.h"
#include "downloadedpiecesbar.h"
#include "pieceavailabilitybar.h"
#include "preferences.h"
#include "core/preferences.h"
#include "proptabbar.h"
#include "iconprovider.h"
#include "lineedit.h"
#include "fs_utils.h"
#include "core/fs_utils.h"
#include "autoexpandabledialog.h"
using namespace libtorrent;