add conan script

This commit is contained in:
王劲鹏
2021-05-12 16:20:24 +08:00
committed by osborn
parent 33bec666a4
commit 35d69c5076
6 changed files with 110 additions and 3 deletions

View File

@@ -5,6 +5,10 @@ CONFIG += c++14
TEMPLATE = lib
CONFIG += staticlib
DESTDIR = ../../binary/dest
MOC_DIR = ../../binary/moc
OBJECTS_DIR = ../../binary/objects
# The following define makes your compiler emit warnings if you use
# any Qt feature that has been marked deprecated (the exact warnings
# depend on your compiler). Refer to the documentation for the