diff --git a/.gitmodules b/.gitmodules index 81ec792e68d5d3e778544e1ebe890bd763ebd189..163a3c4ade6820f3a6794e03a6ec7b8dadf9bcbe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +1,4 @@ -[submodule "libdap-qt"] - path = libdap-qt - url = https://github.com/kelvinblockchain/libdap-qt.git - branch = master [submodule "libdap-qt-ui-qml"] path = libdap-qt-ui-qml url = https://github.com/kelvinblockchain/libdap-qt-ui-qml.git branch = master -[submodule "libdap-qt/libdap"] - path = libdap-qt/libdap - url = https://github.com/kelvinblockchain/libdap.git diff --git a/libdap-qt/.gitignore b/libdap-qt/.gitignore deleted file mode 100644 index 2f01727ba0a02a3fbe205ce1882dc04b0eaa8879..0000000000000000000000000000000000000000 --- a/libdap-qt/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -build -*.pro.user - diff --git a/libdap-qt/.gitmodules b/libdap-qt/.gitmodules deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/libdap-qt/libdap b/libdap-qt/libdap deleted file mode 160000 index ea3bd462382b3ae26885c0633495eb0c9e7d0ab3..0000000000000000000000000000000000000000 --- a/libdap-qt/libdap +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ea3bd462382b3ae26885c0633495eb0c9e7d0ab3 diff --git a/libdap-qt/libdap-qt.pri b/libdap-qt/libdap-qt.pri deleted file mode 100644 index 76753aa076341b479a8e562c996ab97853a59238..0000000000000000000000000000000000000000 --- a/libdap-qt/libdap-qt.pri +++ /dev/null @@ -1,6 +0,0 @@ -include (libdap/libdap.pri) -INCLUDEPATH += libdap/ libdap/common - -INCLUDEPATH += $$PWD - - diff --git a/libdap-qt/libdap-qt.pro b/libdap-qt/libdap-qt.pro deleted file mode 100644 index b9d2163c101022b7d3679582ecbfe3580ec07467..0000000000000000000000000000000000000000 --- a/libdap-qt/libdap-qt.pro +++ /dev/null @@ -1,24 +0,0 @@ -QT += core network xml -QT -= gui -CONFIG += c++11 stl - -TARGET = libdap-qt - -TEMPLATE = lib - -CONFIG += create_prl static - -include (libdap-qt.pri) - -# The following define makes your compiler emit warnings if you use -# any feature of Qt which as been marked deprecated (the exact warnings -# depend on your compiler). Please consult the documentation of the -# deprecated API in order to know how to port your code away from it. -DEFINES += QT_DEPRECATED_WARNINGS - -# You can also make your code fail to compile if you use deprecated APIs. -# In order to do so, uncomment the following line. -# You can also select to disable deprecated APIs only up to a certain version of Qt. -#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 - -