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", "vganalyticsworker.h",
] ]
Depends { name: "Qt"; submodules: ["core", "network", "gui"] } Depends { name: "Qt"; submodules: ["core", "network", "gui"] }
Depends { name: "VMiscLib"; }
Export { Export {
Depends { name: "cpp" } Depends { name: "cpp" }

View file

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

View file

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