mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2025-09-06 00:42:05 +02:00
gitlab build in stages
This commit is contained in:
parent
769d291f35
commit
527f3e4960
3 changed files with 38 additions and 17 deletions
|
@ -16,18 +16,10 @@
|
|||
*****************************************************************************/
|
||||
|
||||
#include "LuaEngineOS.h"
|
||||
#include <QDirIterator>
|
||||
#include <QTextStream>
|
||||
#include <QProcess>
|
||||
#include <QObject>
|
||||
#include <QString>
|
||||
#include <QFile>
|
||||
#ifdef Q_OS_WIN
|
||||
#include "windows.h"
|
||||
#include <iostream>
|
||||
#else
|
||||
#include "unistd.h"
|
||||
#endif
|
||||
#include <QObject>
|
||||
|
||||
LuaEngineOS::LuaEngineOS(QObject *parent, bool loadBaseLibraries) : LuaEngine(parent, loadBaseLibraries)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue