Fix compilation.
This commit is contained in:
parent
a2ac2ba670
commit
75a6d70aea
|
@ -1,7 +1,7 @@
|
|||
# File with common stuff for whole project
|
||||
include(../../../common.pri)
|
||||
|
||||
QT += network gui
|
||||
QT += network gui widgets
|
||||
|
||||
# Name of library
|
||||
TARGET = vganalytics
|
||||
|
|
|
@ -225,7 +225,7 @@ VLib {
|
|||
|
||||
Export {
|
||||
Depends { name: "cpp" }
|
||||
Depends { name: "Qt"; submodules: ["printsupport"] }
|
||||
Depends { name: "Qt"; submodules: ["printsupport", "widgets"] }
|
||||
cpp.includePaths: [exportingProduct.sourceDirectory]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
VLib {
|
||||
Depends { name: "Qt"; submodules: ["gui", "widgets"] }
|
||||
Depends { name: "Qt"; submodules: ["gui"] }
|
||||
|
||||
name: "VObjLib"
|
||||
files: [
|
||||
|
|
Loading…
Reference in New Issue
Block a user