All Projects → euler0 → Mini Cmake Qt

euler0 / Mini Cmake Qt

Licence: unlicense
A minimal CMake template for Qt 5 & 6 projects

Projects that are alternatives of or similar to Mini Cmake Qt

Notepanda
📃 A simple cross-platform notepad. Based on Qt and C++.
Stars: ✭ 134 (-14.1%)
Mutual labels:  cmake, qt, qt5
Screencloud
Screenshot sharing application for Windows, Mac and Linux.
Stars: ✭ 537 (+244.23%)
Mutual labels:  cmake, qt, qt5
Nitroshare Desktop
Network file transfer application for Windows, OS X, & Linux
Stars: ✭ 1,150 (+637.18%)
Mutual labels:  cmake, qt, qt5
Qxmpp
Cross-platform C++ XMPP client and server library
Stars: ✭ 300 (+92.31%)
Mutual labels:  cmake, qt, qt5
Qhttpengine
HTTP server for Qt applications
Stars: ✭ 112 (-28.21%)
Mutual labels:  cmake, qt, qt5
Haruna
Open source video player built with Qt/QML and libmpv.
Stars: ✭ 147 (-5.77%)
Mutual labels:  qt, qt5
Pref
Portable Reverse Engineering Framework
Stars: ✭ 127 (-18.59%)
Mutual labels:  qt, qt5
Feedback
Feedback & wiki for Snipaste https://snipaste.com
Stars: ✭ 1,863 (+1094.23%)
Mutual labels:  qt, qt5
Simple Mail
An SMTP library written in C++ for Qt. Allows applications to send emails (MIME with text, html, attachments, inline files, etc.) via SMTP. Supports SSL and SMTP authentication.
Stars: ✭ 134 (-14.1%)
Mutual labels:  qt, qt5
Qcodeeditor
Qt Code Editor widget.
Stars: ✭ 136 (-12.82%)
Mutual labels:  qt, qt5
Qdarkstylesheet
A dark style sheet for QtWidgets application
Stars: ✭ 1,952 (+1151.28%)
Mutual labels:  qt, qt5
Embedded Ide
IDE for C embedded development centered on bare-metal ARM systems
Stars: ✭ 127 (-18.59%)
Mutual labels:  qt, qt5
Qgnomeplatform
QPlatformTheme for a better Qt application inclusion in GNOME
Stars: ✭ 126 (-19.23%)
Mutual labels:  qt, qt5
Versatile
A simple 3D model editor based on simple quads and a sprite set.
Stars: ✭ 132 (-15.38%)
Mutual labels:  qt, qt5
Openage
Free (as in freedom) open source clone of the Age of Empires II engine 🚀
Stars: ✭ 10,712 (+6766.67%)
Mutual labels:  cmake, qt
Autoannotationtool
A label tool aim to reduce semantic segmentation label time, rectangle and polygon annotation is supported
Stars: ✭ 113 (-27.56%)
Mutual labels:  qt, qt5
Gtkplatform
Run Qt applications using gtk+ as a windowing system.
Stars: ✭ 146 (-6.41%)
Mutual labels:  qt, qt5
Moneyguru
Future-aware personal finance application
Stars: ✭ 145 (-7.05%)
Mutual labels:  qt, qt5
Kshare
The free and open source and cross platform screen sharing software.
Stars: ✭ 151 (-3.21%)
Mutual labels:  qt, qt5
Telegram Qt
Qt-based library for Telegram network
Stars: ✭ 105 (-32.69%)
Mutual labels:  qt, qt5

Minimal CMake Template for Qt 6 Projects

This project is updated for Qt 6. Visit qt5 branch if you are looking for the Qt 5 template.

This is a minimal, but complete and production-ready CMake project template for Qt 6 projects. This may be a starting point for your new application. If that is not intent to be a cross-platform project, you can clean up that stuffs from the template.

Features

  • Handling all possible Qt stuffs (UI, resources, translations)
  • macOS bundle
  • Windows executable icon

macOS Deployment

If you want to deploy your application on macOS, I would recommend you read below documents.

Windows Deployment

If you want to deploy your application on Windows, I would recommend you read below documents.

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].