Skip to content

Instantly share code, notes, and snippets.

View silenium-dev's full-sized avatar

Silas silenium-dev

View GitHub Profile
@silenium-dev
silenium-dev / CMakeLists.txt
Created February 15, 2021 14:33 — forked from Univan-Ahn/CMakeLists.txt
Moving from QMake to CMake for Qt5 projects
cmake_minimum_required(VERSION 2.8.11)
project(Qt5App)
#
# Qt5 support
#
# general overview:
# * [Modern CMake with Qt and Boost](http://www.kdab.com/modern-cmake-with-qt-and-boost/)
# * [Using CMake with Qt 5](http://www.kdab.com/using-cmake-with-qt-5/)