Fix compilation.

This commit is contained in:
Roman Telezhynskyi 2023-10-24 15:00:22 +03:00
parent 75a6d70aea
commit 2486d9d697
3 changed files with 5 additions and 1 deletions

View file

@ -8,6 +8,7 @@ VLib {
"vganalyticsworker.h",
]
Depends { name: "Qt"; submodules: ["core", "network", "gui"] }
Depends { name: "VMiscLib"; }
Export {
Depends { name: "cpp" }

View file

@ -7,8 +7,10 @@
# File with common stuff for whole project
include(../../../common.pri)
QT += widgets
# Name of library
TARGET = vobj widgets
TARGET = vobj
# We want create a library
TEMPLATE = lib

View file

@ -1,5 +1,6 @@
VLib {
Depends { name: "Qt"; submodules: ["gui"] }
Depends { name: "VMiscLib"; }
name: "VObjLib"
files: [