From: tobtoht Date: Wed, 29 Mar 2023 07:33:41 +0000 (+0200) Subject: refactor: remove unneeded CMakeLists X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=2c5583c398ab181fa91e64a29a99d447b5931e00;p=gamesguru%2Ffeather.git refactor: remove unneeded CMakeLists --- 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