Say hello to QtV4 module.

Change-Id: I507cd5707b7d7223a0d901cf939896fb2649b684
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
Jędrzej Nowacki 2013-01-29 14:20:50 +01:00 committed by Lars Knoll
parent 0781ecb087
commit 74fba4d806
219 changed files with 183 additions and 62 deletions

1
.qmake.conf Normal file
View File

@ -0,0 +1 @@
load(qt_build_config)

View File

@ -1,3 +1,4 @@
INCLUDEPATH += $PWD
VPATH += $$PWD
SOURCES += $$PWD/*.cc
HEADERS += $$PWD/*.h

View File

@ -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