mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
fix:build error on gentoo. #1400#issuecomment-966923807
This commit is contained in:
parent
63626bde13
commit
968cb325e6
7
main.cc
7
main.cc
|
@ -14,6 +14,10 @@
|
|||
#include <fixx11h.h>
|
||||
#endif
|
||||
|
||||
#if defined( Q_OS_UNIX )
|
||||
#include <clocale>
|
||||
#endif
|
||||
|
||||
//#define __DO_DEBUG
|
||||
|
||||
#define LOG_TO_FILE_KEY "--log-to-file"
|
||||
|
@ -28,10 +32,7 @@
|
|||
|
||||
#include "termination.hh"
|
||||
#include "atomic_rename.hh"
|
||||
|
||||
|
||||
#include <QtWebEngineCore/QWebEngineUrlScheme>
|
||||
|
||||
#include <QMessageBox>
|
||||
#include <QDebug>
|
||||
#include <QFile>
|
||||
|
|
Loading…
Reference in a new issue