]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
refactor: remove unneeded CMakeLists
authortobtoht <tob@featherwallet.org>
Wed, 29 Mar 2023 07:33:41 +0000 (09:33 +0200)
committertobtoht <tob@featherwallet.org>
Wed, 29 Mar 2023 07:33:41 +0000 (09:33 +0200)
src/dialog/CMakeLists.txt [deleted file]
src/model/CMakeLists.txt [deleted file]
src/qrcode/CMakeLists.txt [deleted file]
src/qrcode_scanner/CMakeLists.txt [deleted file]
src/qrcode_scanner_qt6/CMakeLists.txt [deleted file]
src/utils/CMakeLists.txt [deleted file]

diff --git a/src/dialog/CMakeLists.txt b/src/dialog/CMakeLists.txt
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/src/model/CMakeLists.txt b/src/model/CMakeLists.txt
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/src/qrcode/CMakeLists.txt b/src/qrcode/CMakeLists.txt
deleted file mode 100644 (file)
index 9ffcf58..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#  Copyright (C) 2017 KeePassXC Team <team@keepassxc.org>
-#
-#  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 <http://www.gnu.org/licenses/>.
-
-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 (file)
index e927cef..0000000
+++ /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 (file)
index e927cef..0000000
+++ /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 (file)
index e69de29..0000000