Skip to content

s-mehrdad/QtApp

Repository files navigation

Introduction

This project is a serious vision to combine different aspects of cross-platform development (Currently: C++, Qt, CMake, GTest, and more) all together in best practice. The foreseen outcome was a foundation to be used as libraries provided for other similar softwares. The exact documentation and clean-code programming is going to be a constant matter in mind.

Getting Started

  1. Installation process: Can be compiled. Both Visual Studio and Qt Creator IDEs have been tested.

  2. Software dependencies:

Dependent on Qt APIs
Dependent on GTest APIs
  1. Latest releases: Source code itself is released.

  2. API references: Look at the below provided references

Build and Test

If you are a beginner, Qt Creator is your choice, if not you probably know what you are doing.

Compile using CMake.

Cmake: cmake --build build-path

Contribute

I appreciate any contribution from anyone, who sees that the project deserves his precious time.

References

Qt Reference
Stackoverflow
CMake Documentation
cplusplus.com
cppreference.com
Microsoft Docs

Copyright

Refer to license file provided within SOFTWARE itself. Additionally pay attention to open source software license agreement by Qt company.