Say hello to QtV4 module.
Change-Id: I507cd5707b7d7223a0d901cf939896fb2649b684 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
parent
0781ecb087
commit
74fba4d806
|
@ -0,0 +1 @@
|
|||
load(qt_build_config)
|
|
@ -1,3 +1,4 @@
|
|||
INCLUDEPATH += $PWD
|
||||
VPATH += $$PWD
|
||||
SOURCES += $$PWD/*.cc
|
||||
HEADERS += $$PWD/*.h
|
|
@ -6,6 +6,7 @@ SOURCES += $$PWD/assembler/MacroAssemblerARM.cpp
|
|||
SOURCES += $$PWD/assembler/MacroAssemblerSH4.cpp
|
||||
SOURCES += $$PWD/assembler/LinkBuffer.cpp
|
||||
|
||||
HEADERS += $$PWD/wtf/*.h
|
||||
SOURCES += $$PWD/wtf/PrintStream.cpp
|
||||
HEADERS += $$PWD/wtf/PrintStream.h
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue