https://github.com/samplec0de/qtcmakeexample
A simple C++ qt application built on cmake. Snapshot, example.
https://github.com/samplec0de/qtcmakeexample
Last synced: 12 months ago
JSON representation
A simple C++ qt application built on cmake. Snapshot, example.
- Host: GitHub
- URL: https://github.com/samplec0de/qtcmakeexample
- Owner: samplec0de
- Created: 2019-12-18T20:32:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T20:35:02.000Z (over 6 years ago)
- Last Synced: 2025-06-20T17:07:06.832Z (about 1 year ago)
- Language: C++
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QTcmakeExample
A simple C++ qt application built on cmake. Snapshot, example.
It was not easy for me to build a qt app not in QTCreator. I prefer CLion, which use cmake for building C++ projects. This is qt-ready empty project for cmake. You can change it`s name and use for own project.