mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-24 05:37:45 +08:00
Added qtjsbackend module
Change-Id: I179a5714a12144e6815d931fef9fbfcedee6c93f Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
522634777b
commit
7e177c50ce
6
qt.pro
6
qt.pro
@@ -19,9 +19,13 @@ module_qtscript.subdir = $$IN_PWD/qtscript
|
||||
module_qtscript.target = module-qtscript
|
||||
module_qtscript.depends = module_qtbase
|
||||
|
||||
module_qtjsbackend.subdir = $$IN_PWD/qtjsbackend
|
||||
module_qtjsbackend.target = module-qtjsbackend
|
||||
module_qtjsbackend.depends = module_qtbase
|
||||
|
||||
module_qtdeclarative.subdir = $$IN_PWD/qtdeclarative
|
||||
module_qtdeclarative.target = module-qtdeclarative
|
||||
module_qtdeclarative.depends = module_qtbase module_qtxmlpatterns
|
||||
module_qtdeclarative.depends = module_qtbase module_qtxmlpatterns module_qtjsbackend
|
||||
|
||||
module_qtwebkit.file = qtwebkit.pri
|
||||
module_qtwebkit.makefile = Makefile.qtwebkit
|
||||
|
||||
Reference in New Issue
Block a user