Skip to content

Instantly share code, notes, and snippets.

View vitallium's full-sized avatar
🖥️
Hex, Bugs and Source Control!

Vitaly Slobodin vitallium

🖥️
Hex, Bugs and Source Control!
View GitHub Profile
This file has been truncated, but you can view the full file.
DEBUG 1: Resetting dir to: C:\Temp\hello
DEBUG 1: Changing dir to: C:\Temp\hello
DEBUG 1: visiting file C:/Temp/hello/.qmake.conf
DEBUG 1: C:/Temp/hello/.qmake.conf: entering block
DEBUG 1: C:/Temp/hello/.qmake.conf:1: evaluating test function "load"
DEBUG 1: C:/Temp/hello/.qmake.conf:1: calling built-in load(qt_build_config)
DEBUG 1: visiting file C:/Qt/Qt5.6.0/5.6/msvc2015_64/mkspecs/features/qt_build_config.prf
DEBUG 1: C:/Qt/Qt5.6.0/5.6/msvc2015_64/mkspecs/features/qt_build_config.prf: entering block
DEBUG 1: C:/Qt/Qt5.6.0/5.6/msvc2015_64/mkspecs/features/qt_build_config.prf:12: NOT
DEBUG 1: C:/Qt/Qt5.6.0/5.6/msvc2015_64/mkspecs/features/qt_build_config.prf:12: evaluating test function "contains"
#############################################################################
# Makefile for building: hello
# Generated by qmake (3.0) (Qt 5.6.0)
# Project: hello.pro
# Template: lib
#############################################################################
MAKEFILE = Makefile.Debug
####### Compiler, tools and options
#############################################################################
# Makefile for building: hello
# Generated by qmake (3.0) (Qt 5.7.0)
# Project: hello.pro
# Template: lib
#############################################################################
MAKEFILE = Makefile.Debug
####### Compiler, tools and options
QT_BUILD_PARTS += libs tools
QT_QCONFIG_PATH =
host_build {
QT_CPU_FEATURES.x86_64 = sse sse2
} else {
QT_CPU_FEATURES.x86_64 = sse sse2
}
QT_COORD_TYPE += double
#Qt for Windows CE c-runtime deployment
Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.network "forwarded_port", guest: 3000, host: 3000
# sync the app folder
config.vm.synced_folder "./", "/app/", type: "nfs"
config.vm.provider "virtualbox" do |vb|
vb.customize ["modifyvm", :id, "--memory", "2048"]
end
@vitallium
vitallium / qrc.patch
Last active April 15, 2016 17:32 — forked from annulen/qrc.patch
diff --git a/Source/WebCore/PlatformQt.cmake b/Source/WebCore/PlatformQt.cmake
index fc04f46..e380b94 100644
--- a/Source/WebCore/PlatformQt.cmake
+++ b/Source/WebCore/PlatformQt.cmake
@@ -169,15 +169,19 @@ if (USE_QT_MULTIMEDIA)
)
endif ()
-qt5_add_resources(WebCore_SOURCES
- WebCore.qrc
WTF.dll!WTFCrash() Line 322 C++
Qt5WebKit.dll!WTF::String::characters16() Line 178 C++
> Qt5WebKit.dll!WebCore::toNormalizedQString(const WebCore::TextRun & run={...}) Line 61 C++
Qt5WebKit.dll!WebCore::FontCascade::floatWidthForComplexText(const WebCore::TextRun & run={...}, WTF::HashSet<WebCore::Font const *,WTF::PtrHash<WebCore::Font const *>,WTF::HashTraits<WebCore::Font const *> > * __formal=0x000000b4a25512b8, WebCore::GlyphOverflow * __formal=0x000000b4a2550518) Line 206 C++
Qt5WebKit.dll!WebCore::FontCascade::width(const WebCore::TextRun & run={...}, WTF::HashSet<WebCore::Font const *,WTF::PtrHash<WebCore::Font const *>,WTF::HashTraits<WebCore::Font const *> > * fallbackFonts=0x000000b4a25512b8, WebCore::GlyphOverflow * glyphOverflow=0x000000b4a2550518) Line 372 C++
Qt5WebKit.dll!WebCore::textWidth(WebCore::RenderText & text={...}, unsigned int from=0, unsigned int len=2, const WebCore::FontCascade & font={...}, float xPos=205.000000, bool isFixedPitch=false, bool collapseWhiteSpace=true, WT
Qt5WebKit!WTFCrash+0x63
Qt5WebKit!WTFCrash+0x4b
ntdll!RtlpAllocateHeapInternal+0xce
KERNELBASE!VirtualAlloc+0x58
Qt5WebKit!WTF::OSAllocator::reserveUncommitted+0x3e
Qt5WebKit!WTF::PageAllocationAligned::allocate+0x2a
Qt5WebKit!JSC::JSObject::convertInt32ToDoubleOrContiguousWhilePerformingSetIndex+0x1db
Qt5WebKit!JSC::JSProxy::visitChildren+0x4375e
Qt5WebKit!JSC::JSSegmentedVariableObject::visitChildren+0x307
Qt5WebKit!JSC::JSSegmentedVariableObject::visitChildren+0x318
Disassembly for ?fastMalloc@WTF@@YAPAXI@Z (0x00000000`10BF66D0)
;********************************************************************************
; ?fastMalloc@WTF@@YAPAXI@Z (0x00000000`10BF66D0)
; Starting RVA: 00000000`00BF66D0
; Section: .text + 0x00BF56D0
; Export Symbol: ?fastMalloc@WTF@@YAPAXI@Z (715)
0x00000000`10BF66D0: 56 PUSH ESI
0x00000000`10BF66D1: FF742408 PUSH DWORD PTR [ESP+0x8]
0x00000000`10BF66D5: FF15BC33C010 CALL DWORD PTR DS:[MSVCR120.dll!malloc] ; (0x00000000`10C033BC)
0x00000000`10BF66DB: 8BF0 MOV ESI,EAX
diff --git a/Tools/qmake/mkspecs/features/default_post.prf b/Tools/qmake/mkspecs/features/default_post.prf
index 39bb3f7..1358083 100644
--- a/Tools/qmake/mkspecs/features/default_post.prf
+++ b/Tools/qmake/mkspecs/features/default_post.prf
@@ -48,7 +48,10 @@ DEFINES += $$configDefines()
INCLUDEPATH += \
$${ROOT_WEBKIT_DIR}/Source \
- $${ROOT_BUILD_DIR}/Source/include
+ $${ROOT_BUILD_DIR}/Source/include \