Fix compilation.
This commit is contained in:
parent
75a6d70aea
commit
2486d9d697
|
@ -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" }
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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: [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user