Fix compilation.
This commit is contained in:
parent
75a6d70aea
commit
2486d9d697
|
@ -8,6 +8,7 @@ VLib {
|
|||
"vganalyticsworker.h",
|
||||
]
|
||||
Depends { name: "Qt"; submodules: ["core", "network", "gui"] }
|
||||
Depends { name: "VMiscLib"; }
|
||||
|
||||
Export {
|
||||
Depends { name: "cpp" }
|
||||
|
|
|
@ -7,8 +7,10 @@
|
|||
# File with common stuff for whole project
|
||||
include(../../../common.pri)
|
||||
|
||||
QT += widgets
|
||||
|
||||
# Name of library
|
||||
TARGET = vobj widgets
|
||||
TARGET = vobj
|
||||
|
||||
# We want create a library
|
||||
TEMPLATE = lib
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
VLib {
|
||||
Depends { name: "Qt"; submodules: ["gui"] }
|
||||
Depends { name: "VMiscLib"; }
|
||||
|
||||
name: "VObjLib"
|
||||
files: [
|
||||
|
|
Loading…
Reference in New Issue
Block a user