Fix compilation.
This commit is contained in:
parent
a2ac2ba670
commit
75a6d70aea
|
@ -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
|
||||||
|
|
|
@ -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]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
VLib {
|
VLib {
|
||||||
Depends { name: "Qt"; submodules: ["gui", "widgets"] }
|
Depends { name: "Qt"; submodules: ["gui"] }
|
||||||
|
|
||||||
name: "VObjLib"
|
name: "VObjLib"
|
||||||
files: [
|
files: [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user