From c760fe0df8d1f559f1eb2f6d454be81aec10e951 Mon Sep 17 00:00:00 2001 From: "daragan.andrey@demlabs.net" <daragan.andrey@demlabs.net> Date: Wed, 8 May 2019 19:39:00 +0300 Subject: [PATCH] [*] Added submodule libdap. --- libdap-qt/libdap-qt.pro | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 libdap-qt/libdap-qt.pro diff --git a/libdap-qt/libdap-qt.pro b/libdap-qt/libdap-qt.pro new file mode 100644 index 000000000..b9d2163c1 --- /dev/null +++ b/libdap-qt/libdap-qt.pro @@ -0,0 +1,24 @@ +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 + + -- GitLab