Remove version from lua path

This commit is contained in:
Cubitect 2023-01-07 16:58:00 +01:00
parent 373095712c
commit 2a96a52173
80 changed files with 6 additions and 4 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
lua/** linguist-vendored

View File

@ -44,7 +44,7 @@ QMAKE_PRE_LINK += $(MAKE) -C $$CUPATH -f $$CUPATH/makefile CFLAGS=\"$$QMAKE
QMAKE_CLEAN += $$CUPATH/*.o $$CUPATH/libcubiomes.a
LIBS += -lm $$CUPATH/libcubiomes.a
LUAPATH = $$PWD/lua-5.4.4/src
LUAPATH = $$PWD/lua/src
TARGET = cubiomes-viewer

View File

View File

View File

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -1,7 +1,7 @@
#include "aboutdialog.h"
#include "ui_aboutdialog.h"
#include "lua-5.4.4/src/lua.hpp"
#include "lua/src/lua.hpp"
AboutDialog::AboutDialog(QWidget *parent) :
QDialog(parent),

View File

@ -8,7 +8,7 @@
#include "cubiomes/finders.h"
#include "lua-5.4.4/src/lua.hpp"
#include "lua/src/lua.hpp"
struct SearchThreadEnv;
struct Condition;

View File

@ -3,7 +3,7 @@
#include "settings.h"
#include "lua-5.4.4/src/lua.hpp"
#include "lua/src/lua.hpp"
#include <QVector>
#include <QString>