Skip to content

Commit bd68cbb

Browse files
committed
try to fix build on windows
1 parent 1110e72 commit bd68cbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
#include <QtCore/qcoreapplication.h>
4949
#endif
5050

51-
#include <qt_windows.h>
51+
#include <QtCore/qt_windows.h>
5252
#include <shlobj.h>
5353
#if !defined(Q_OS_WINCE)
5454
# include <intshcut.h>

src/third_party/mimetypes-qt4/mimetypes/qmimeprovider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ QMimeProviderBase::QMimeProviderBase(QMimeDatabasePrivate *db)
7676
{
7777
}
7878

79-
Q_CORE_EXPORT int qmime_secondsBetweenChecks = 5; // exported for the unit test
79+
int qmime_secondsBetweenChecks = 5;
8080

8181
bool QMimeProviderBase::shouldCheck()
8282
{

0 commit comments

Comments
 (0)