From 2c5583c398ab181fa91e64a29a99d447b5931e00 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Wed, 29 Mar 2023 09:33:41 +0200 Subject: [PATCH] refactor: remove unneeded CMakeLists --- src/dialog/CMakeLists.txt | 0 src/model/CMakeLists.txt | 0 src/qrcode/CMakeLists.txt | 21 --------------------- src/qrcode_scanner/CMakeLists.txt | 3 --- src/qrcode_scanner_qt6/CMakeLists.txt | 3 --- src/utils/CMakeLists.txt | 0 6 files changed, 27 deletions(-) delete mode 100644 src/dialog/CMakeLists.txt delete mode 100644 src/model/CMakeLists.txt delete mode 100644 src/qrcode/CMakeLists.txt delete mode 100644 src/qrcode_scanner/CMakeLists.txt delete mode 100644 src/qrcode_scanner_qt6/CMakeLists.txt delete mode 100644 src/utils/CMakeLists.txt diff --git a/src/dialog/CMakeLists.txt b/src/dialog/CMakeLists.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/src/model/CMakeLists.txt b/src/model/CMakeLists.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/src/qrcode/CMakeLists.txt b/src/qrcode/CMakeLists.txt deleted file mode 100644 index 9ffcf580..00000000 --- a/src/qrcode/CMakeLists.txt +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright (C) 2017 KeePassXC Team -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 or (at your option) -# version 3 of the License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -set(qrcode_SOURCES - QrCode.cpp -) - -add_library(qrcode STATIC ${qrcode_SOURCES}) -target_link_libraries(qrcode Qt5::Core Qt5::Widgets Qt5::Svg ${QRENCODE_LIBRARY}) diff --git a/src/qrcode_scanner/CMakeLists.txt b/src/qrcode_scanner/CMakeLists.txt deleted file mode 100644 index e927cef6..00000000 --- a/src/qrcode_scanner/CMakeLists.txt +++ /dev/null @@ -1,3 +0,0 @@ -file(GLOB_RECURSE SRC_SOURCES *.cpp) -file(GLOB_RECURSE SRC_HEADERS *.h) - diff --git a/src/qrcode_scanner_qt6/CMakeLists.txt b/src/qrcode_scanner_qt6/CMakeLists.txt deleted file mode 100644 index e927cef6..00000000 --- a/src/qrcode_scanner_qt6/CMakeLists.txt +++ /dev/null @@ -1,3 +0,0 @@ -file(GLOB_RECURSE SRC_SOURCES *.cpp) -file(GLOB_RECURSE SRC_HEADERS *.h) - diff --git a/src/utils/CMakeLists.txt b/src/utils/CMakeLists.txt deleted file mode 100644 index e69de29b..00000000 -- 2.52.0