Skip to content

Commit 1110e72

Browse files
committed
fixed includes for mac and win
1 parent e164581 commit 1110e72

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

src/third_party/mimetypes-qt4/io/qstandardpaths_mac.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,10 @@
4040
****************************************************************************/
4141

4242
#include "qstandardpaths.h"
43-
#include <qdir.h>
44-
#include <private/qcore_mac_p.h>
43+
#include <QtCore/qdir.h>
4544

4645
#ifndef QT_BOOTSTRAPPED
47-
#include <qcoreapplication.h>
46+
#include <QtCore/qcoreapplication.h>
4847
#endif
4948

5049
#include <ApplicationServices/ApplicationServices.h>

src/third_party/mimetypes-qt4/io/qstandardpaths_win.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,11 @@
4141

4242
#include "qstandardpaths.h"
4343

44-
#include <qdir.h>
45-
#include <private/qsystemlibrary_p.h>
46-
#include <qstringlist.h>
44+
#include <QtCore/qdir.h>
45+
#include <QtCore/qstringlist.h>
4746

4847
#ifndef QT_BOOTSTRAPPED
49-
#include <qcoreapplication.h>
48+
#include <QtCore/qcoreapplication.h>
5049
#endif
5150

5251
#include <qt_windows.h>

0 commit comments

Comments
 (0)