mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
Fix compilation under Linux
This commit is contained in:
parent
c655a99408
commit
7ab428fa55
|
@ -18,13 +18,13 @@
|
|||
#include "programs.hh"
|
||||
#include "dprintf.hh"
|
||||
#include <QDebug>
|
||||
#include <QWebElement>
|
||||
|
||||
#ifdef Q_OS_WIN32
|
||||
#include <windows.h>
|
||||
#include <mmsystem.h> // For PlaySound
|
||||
#include "bass.hh"
|
||||
|
||||
#include <QWebElement>
|
||||
#include <QPainter>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue