Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Protostars committed May 29, 2022
1 parent fc792cb commit 59dadf2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
5 changes: 0 additions & 5 deletions KikoPlay.pro
Original file line number Diff line number Diff line change
Expand Up @@ -380,11 +380,6 @@ unix {
INSTALLS += target icons desktop web
DEFINES += CONFIG_UNIX_DATA

luahpp.target = Script/lua/lua.hpp
luahpp.depends = FORCE
luahpp.commands = cd Script/lua; ln -sf ../lua.hpp .
QMAKE_EXTRA_TARGETS += luahpp

LIBS += -lmpv
LIBS += -lz
}
6 changes: 3 additions & 3 deletions Script/lua.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// <<extern "C">> not supplied automatically because Lua also compiles as C++

extern "C" {
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
#include "lua/lua.h"
#include "lua/lualib.h"
#include "lua/lauxlib.h"
}
2 changes: 1 addition & 1 deletion Script/modules/modulebase.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef MODULEBASE_H
#define MODULEBASE_H
#include "../lua/lua.hpp"
#include "Script/lua.hpp"
#include <QString>
class ScriptBase;
namespace LuaModule
Expand Down
2 changes: 1 addition & 1 deletion Script/scriptbase.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <QObject>
#include <QHash>
#include <QMutex>
#include "lua/lua.hpp"
#include "lua.hpp"
class MutexLocker
{
QMutex &m;
Expand Down
Binary file modified lib/x64/lua53.lib
Binary file not shown.

0 comments on commit 59dadf2

Please # to comment.