Wiki

Clone wiki

unrealspeccyp / build_qt

Building Qt version

Windows/Linux/Mac

Download Qt SDK.

Clone source code.

#!bash

git clone https://bitbucket.org/djdron/unrealspeccyp.git unreal_speccy_portable

Launch Qt Creator.

Open project from file unreal_speccy_portable/build/qt/unreal_speccy_portable.pro.

Select required platform, Debug or Release configuration.

Press Build & Run button.

Updated