mirror of https://github.com/status-im/nimqml.git
Fixed nimble warnings
This commit is contained in:
parent
496006383f
commit
61d2cd0f93
|
@ -1,6 +1,6 @@
|
|||
[Package]
|
||||
name = "nimqml"
|
||||
version = "0.7.2"
|
||||
version = "0.7.3"
|
||||
author = "Filippo Cucchetto"
|
||||
description = "QML bindings for Nim"
|
||||
license = "LGPLv3"
|
||||
|
|
|
@ -10,22 +10,22 @@ template debugMsg(typeName: string, procName: string) =
|
|||
message &= procName
|
||||
debugMsg(message)
|
||||
|
||||
include "private/dotherside.nim"
|
||||
include "private/nimqmltypes.nim"
|
||||
include "private/qmetaobject.nim"
|
||||
include "private/qvariant.nim"
|
||||
include "private/qobject.nim"
|
||||
include "private/qqmlapplicationengine.nim"
|
||||
include "private/qcoreapplication.nim"
|
||||
include "private/qguiapplication.nim"
|
||||
include "private/qapplication.nim"
|
||||
include "private/qurl.nim"
|
||||
include "private/qquickview.nim"
|
||||
include "private/qhashintbytearray.nim"
|
||||
include "private/qmodelindex.nim"
|
||||
include "private/qabstractitemmodel.nim"
|
||||
include "private/qabstractlistmodel.nim"
|
||||
include "private/qabstracttablemodel.nim"
|
||||
include "private/qresource.nim"
|
||||
include "private/qdeclarative.nim"
|
||||
include "private/nimqmlmacros.nim"
|
||||
include "nimqml/private/dotherside.nim"
|
||||
include "nimqml/private/nimqmltypes.nim"
|
||||
include "nimqml/private/qmetaobject.nim"
|
||||
include "nimqml/private/qvariant.nim"
|
||||
include "nimqml/private/qobject.nim"
|
||||
include "nimqml/private/qqmlapplicationengine.nim"
|
||||
include "nimqml/private/qcoreapplication.nim"
|
||||
include "nimqml/private/qguiapplication.nim"
|
||||
include "nimqml/private/qapplication.nim"
|
||||
include "nimqml/private/qurl.nim"
|
||||
include "nimqml/private/qquickview.nim"
|
||||
include "nimqml/private/qhashintbytearray.nim"
|
||||
include "nimqml/private/qmodelindex.nim"
|
||||
include "nimqml/private/qabstractitemmodel.nim"
|
||||
include "nimqml/private/qabstractlistmodel.nim"
|
||||
include "nimqml/private/qabstracttablemodel.nim"
|
||||
include "nimqml/private/qresource.nim"
|
||||
include "nimqml/private/qdeclarative.nim"
|
||||
include "nimqml/private/nimqmlmacros.nim"
|
||||
|
|
Loading…
Reference in New Issue