بِسْمِ ٱللّٰهِ الرَّحْمٰنِ الرَّحِيْمِ , السَّلاَمُ عَلَيْكُمْ وَرَحْمَةُ اللهِ وَبَرَكَاتُهُ
Quran app is an easy to use quran reader with support for translation in multiple languages and stream beautiful quran recitation . Made with Qt5 .
This Project uses nlohmann json for json parsing and qt-winDark for Dark Mode.
- Visual Studio 2017/2019
- CMake
- Qt 5 For Windows
To install dependencies , use vcpkg : https://github.com/microsoft/vcpkg
-
vcpkg.exe install curl:x64-windows sqlite3:x64-windows
-
Install Visual C++ Redistributable AIO
You can either use VS Code or Qt Creator to Build this program
-
after build, please add
resources
anddatabase
directory to the build folder. -
also copy
libcurl.dll
,sqlite3.dll
andzlib1.dll
fromvcpkg\installed\x64-windows\bin
directory to build folder.