Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 411 Bytes

File metadata and controls

13 lines (8 loc) · 411 Bytes

SOGEQtE

This repository contains source code of SOGE game engine editor.

Building

To build editor you need to have Qt6 6.5.3 or later installed on your computer. After instalation provide path to Qt6 root directory to the variable qt_path located in premake5.lua file.

local qt_path = "A:/DevTools/Qt/6.5.3/msvc2019_64"

Then just run GenerateProject.bat in the root of the project.