mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Change #include line to make Linux builds happy
Let's see if this helps the Linux build on TravisCI. Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
d8350ef238
commit
511ee9ddeb
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
#include <QApplication>
|
||||
#include <QTextDocument>
|
||||
#include <QtConcurrent>
|
||||
#include <desktop-widgets/mainwindow.h>
|
||||
#include "desktop-widgets/mainwindow.h"
|
||||
|
||||
#define VARIATIONS_IN_BACKGROUND 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue