1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

Try to fix mxe build

This commit is contained in:
nordsoft 2022-11-12 17:56:03 +04:00
parent eda102ddfb
commit a45fb910af
3 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,5 @@
#include "StdInc.h"
#include "main.h"
#include "lobby_moc.h"
#include "ui_lobby_moc.h"
#include "lobbyroomrequest_moc.h"

View File

@ -7,6 +7,7 @@
* Full text of license available in license.txt file, in main folder
*
*/
#include "StdInc.h"
#include "main.h"
#include "mainwindow_moc.h"

View File

@ -10,7 +10,6 @@
#pragma once
#include <QMainWindow>
#include <QStringList>
#include "main.h"
namespace Ui
{
@ -28,9 +27,6 @@ class MainWindow : public QMainWindow
private:
Ui::MainWindow * ui;
void load();
#ifndef Q_OS_IOS
void startExecutable(QString name, const QStringList & args);
#endif
public:
explicit MainWindow(QWidget * parent = 0);