Fix compilation.

This commit is contained in:
Roman Telezhynskyi 2023-10-24 14:49:56 +03:00
parent a2ac2ba670
commit 75a6d70aea
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# File with common stuff for whole project # File with common stuff for whole project
include(../../../common.pri) include(../../../common.pri)
QT += network gui QT += network gui widgets
# Name of library # Name of library
TARGET = vganalytics TARGET = vganalytics

View File

@ -225,7 +225,7 @@ VLib {
Export { Export {
Depends { name: "cpp" } Depends { name: "cpp" }
Depends { name: "Qt"; submodules: ["printsupport"] } Depends { name: "Qt"; submodules: ["printsupport", "widgets"] }
cpp.includePaths: [exportingProduct.sourceDirectory] cpp.includePaths: [exportingProduct.sourceDirectory]
} }
} }

View File

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