Fukubi / PropX

A property selling manager using C++ and QT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PropX

A Open Source Property Selling Manager using QT and C++, created for speed and to be less resource intensive as possible.

Build Instructions

After cloning this repository and the submodules using

git clone aaaaa
cd PropX
git submodule update --init --remote

Create a build directory using

mkdir build

And use cmake to generate build files, in this example it's used to create MSYS2 make build files

cd build
cmake -G "MSYS Makefiles" ..

The application built this way is located at build/src/PropX

About

A property selling manager using C++ and QT


Languages

Language:C++ 95.6%Language:CMake 4.4%