aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-03-07 14:08:52 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-03-07 14:08:52 +0100
commit5a9d3032869382ec2103e11ef785fe939f93a74f (patch)
tree2df4152aa9121d569da7b26f26986b60d1f61eb5 /plugins
parentShow local branch and commit in updater (diff)
downloadsmolbote-5a9d3032869382ec2103e11ef785fe939f93a74f.tar.xz
Reworked CMakeLists to be a bit more readable
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ProfileEditor/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/ProfileEditor/CMakeLists.txt b/plugins/ProfileEditor/CMakeLists.txt
index a4a4005..10b939d 100644
--- a/plugins/ProfileEditor/CMakeLists.txt
+++ b/plugins/ProfileEditor/CMakeLists.txt
@@ -1,5 +1,3 @@
-cmake_minimum_required(VERSION 3.1.0)
-
find_package(Qt5Core REQUIRED)
find_package(Qt5Widgets REQUIRED)
find_package(Qt5WebEngineWidgets REQUIRED)