{"id":2599,"date":"2016-10-10T15:59:00","date_gmt":"2016-10-10T13:59:00","guid":{"rendered":"https:\/\/www.vikingsoftware.com\/uncategorized-da\/building-qt-5-4-on-windows\/"},"modified":"2016-10-10T15:59:00","modified_gmt":"2016-10-10T13:59:00","slug":"building-qt-5-4-on-windows","status":"publish","type":"post","link":"https:\/\/www.vikingsoftware.com\/da\/blog-da\/building-qt-5-4-on-windows\/","title":{"rendered":"Building Qt 5.4 on Windows"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2599\" class=\"elementor elementor-2599 elementor-647\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-50cb995 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"50cb995\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-902978e\" data-id=\"902978e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c3830ab elementor-widget elementor-widget-text-editor\" data-id=\"c3830ab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<pre><strong>Written by Bo Thorsen<\/strong><br \/><strong>2016\/10\/03<\/strong><\/pre>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-be676ef elementor-widget elementor-widget-text-editor\" data-id=\"be676ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>In this blog post I will go through the process of building a 32 bit Qt 5.4 with OpenSSL support on Windows. I will use Windows 8.1 64 bit and Visual Studio 2013, but there should only be minor things you need to change for other versions.&nbsp;<\/p>\n<p>Whether you should build Qt yourself is not the topic of this blog but I\u2019ll give it a bit of consideration here. I personally prefer using the binary Qt builds on Windows and compile Qt myself on Linux. But sometimes project requirements demand modifications you can only do by building Qt yourself, and then I\u2019ll build it on Windows as well. This could for example be because you add patches to your build, use special compiler options or to build Qt with certain features on or off. However, I would still suggest that you stay with the binary builds when you can.<\/p>\n<p>I don\u2019t compile webkit here. In 5.4, we have the new blink based QWebEngine, and I suggest that you use this unless there is a very good reason for you to stay with webkit. Webkit is a dead end, and it\u2019s big and ugly.<\/p>\n<p>I will compile everything in \\Qt\\5.4.0\\src and install to \\Qt\\5.4.0.<\/p>\n<h3><strong>Downloads<\/strong><\/h3>\n<p>First step is to download the sources. <a href=\"http:\/\/download.qt-project.org\/official_releases\/qt\/5.4\/5.4.0\/single\/qt-everywhere-opensource-src-5.4.0.zip\">You can find version 5.4 here<\/a>. Unzip this in C:\\Qt\\5.4.0 and rename the directory to src.<\/p>\n<p>For the compiler, you can choose any Visual Studio version from 2010 and up and the SDK for it. I don\u2019t use MinGW, but that is an option as well. However, with MinGW you won\u2019t be able to follow this recipe completely.<\/p>\n<p>In this build we will have OpenSSL support. <a href=\"https:\/\/www.openssl.org\/related\/binaries.html\">On the OpenSSL download page for binaries<\/a> there are a couple of Windows builds. OpenSSL is really annoying to build on Windows, so you probably want to use this. I chose <a href=\"http:\/\/slproweb.com\/products\/Win32OpenSSL.html\">the SLP build<\/a>&nbsp;because this has an installer with include files. The indy.fulgan doesn\u2019t have the include files, and we need those for the build. If you want to use the OpenSLL binary itself (to make certificates or other things) you should install the appropriate VS redistributable package. Otherwise, don\u2019t worry about the installer error message that this is missing. Get the 32 bit full version (not the light) of the latest version. I chose Qt\\OpenSSL-Win32 as the install directory and to copy ssl binaries to the OpenSSL bin directory.<\/p>\n<p>We need perl for the configure step. I use the ActiveState perl distribution, but the Strawberry should be okay as well. Get it from&nbsp;<a href=\"http:\/\/www.activestate.com\/activeperl\/downloads\">the ActiveState Downloads page<\/a>. I chose to install the 64 bit version and it installs itself in C:\\Perl64.<\/p>\n<p>Python is needed to build QML, the JS engine and webkit. If you build a very small Qt with basically just base, you should be able to build without python. <a href=\"https:\/\/www.python.org\/downloads\">Download the latest version here<\/a>.<\/p>\n<p>If you choose to build webkit, you also have to install ruby.<\/p>\n<p>You have a choice between using ICU and the native Windows support. In this build I don\u2019t use ICU because I prefer that the application follow other Windows applications over the added unicode support that ICU supports. If you choose to use it, download the library from&nbsp;<a title=\"The ICU project\" href=\"http:\/\/site.icu-project.org\/\" target=\"_blank\" rel=\"noopener\">http:\/\/site.icu-project.org\/<\/a>&nbsp;and add -icu to the configure options.<\/p>\n<p>There can easily be more things you need to install. For example the headers and libraries for database connectivity, native OpenGL drivers etc. But I prefer to keep this build process as simple as I can.<\/p>\n<h3><strong>The Build<\/strong><\/h3>\n<p>Open a visual studio developer command prompt, go to the Qt dir and set up the environment variables for the build:<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc2e412 elementor-widget elementor-widget-code-highlight\" data-id=\"bc2e412\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"code-highlight.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"prismjs-tomorrow copy-to-clipboard \">\n\t\t\t<pre data-line=\"\" class=\"highlight-height language-cpp line-numbers\">\n\t\t\t\t<code readonly=\"true\" class=\"language-cpp\">\n\t\t\t\t\t<xmp>cd \\Qt\\5.4.0\\src\nset PATH=%CD%\\qtbase\\bin;%CD%\\gnuwin32\\bin;C:\\Python34;%PATH%\nSET QMAKESPEC=win32-msvc2013\nset CL=\/MP<\/xmp>\n\t\t\t\t<\/code>\n\t\t\t<\/pre>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-386d9f3 elementor-widget elementor-widget-text-editor\" data-id=\"386d9f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>My perl installation added the perl bin dir to PATH. Make sure yours did as well or add it to PATH. Depending on your python version, you might have to adjust the path for this as well.<\/p><p>Now we run the configure script. In this case I do a debug build with most of the default options. If your purpose is to create a Qt that can be used to build production level installers, you should change -debug to -release and not set -developer-build.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c244223 elementor-widget elementor-widget-code-highlight\" data-id=\"c244223\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"code-highlight.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"prismjs-tomorrow copy-to-clipboard \">\n\t\t\t<pre data-line=\"\" class=\"highlight-height language-cpp line-numbers\">\n\t\t\t\t<code readonly=\"true\" class=\"language-cpp\">\n\t\t\t\t\t<xmp>configure -prefix C:\\Qt\\5.4.0 -debug -developer-build -opensource -c++11 -nomake examples -skip qtwebkit -plugin-sql-sqlite -openssl -I C:\\Qt\\OpenSSL-Win32\\include -L C:\\Qt\\OpenSSL-Win32<\/xmp>\n\t\t\t\t<\/code>\n\t\t\t<\/pre>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-409314c elementor-widget elementor-widget-text-editor\" data-id=\"409314c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Check that all the features you want is in the build. When you are satisfied, run nmake. The build will take several hours. And finally run nmake install.<\/p><p>That\u2019s it, you now have a complete Qt on Windows.<\/p><p>If you use Qt Creator, you should go in to the options dialog, go to Qt Versions in the Build &amp; Run tab and add a new Qt version. In the dialog that comes up, choose the new qmake.exe in C:\\Qt\\5.4.0\\bin. After this, add a kit with your new Qt version, the x86 visual C++ compiler 12.0 and the cdb debugger.<\/p><h3><strong>64 Bit Build<\/strong><\/h3><p>To build a 64 bit version, you only need a few modifications to this.<\/p><p>Install an OpenSSL 64 bit package instead of the 32 bit (or next to it if you want to build both of them) and change QMAKESPEC from win32-msvc2013 to win64-msvc2013.<\/p><p>On the configure line, you change the two OpenSSL directory locations to where you install the 64 bit version.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>In this blog post I will go through the process of building a 32 bit Qt 5.4 with OpenSSL support on Windows.<\/p>\n","protected":false},"author":4,"featured_media":1883,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[94],"tags":[95,104],"class_list":["post-2599","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog-da","tag-qt-da","tag-windows-da"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Building Qt 5.4 on Windows - Viking Software A\/S<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.vikingsoftware.com\/da\/blog-da\/building-qt-5-4-on-windows\/\" \/>\n<meta property=\"og:locale\" content=\"da_DK\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Building Qt 5.4 on Windows - Viking Software A\/S\" \/>\n<meta property=\"og:description\" content=\"In this blog post I will go through the process of building a 32 bit Qt 5.4 with OpenSSL support on Windows.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.vikingsoftware.com\/da\/blog-da\/building-qt-5-4-on-windows\/\" \/>\n<meta property=\"og:site_name\" content=\"Viking Software A\/S\" \/>\n<meta property=\"article:published_time\" content=\"2016-10-10T13:59:00+00:00\" \/>\n<meta name=\"author\" content=\"Maria Lisberg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Skrevet af\" \/>\n\t<meta name=\"twitter:data1\" content=\"Maria Lisberg\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimeret l\u00e6setid\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutter\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.vikingsoftware.com\\\/da\\\/blog-da\\\/building-qt-5-4-on-windows\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.vikingsoftware.com\\\/da\\\/blog-da\\\/building-qt-5-4-on-windows\\\/\"},\"author\":{\"name\":\"Maria Lisberg\",\"@id\":\"https:\\\/\\\/www.vikingsoftware.com\\\/da\\\/#\\\/schema\\\/person\\\/9b67e226302628047186fd9359931e56\"},\"headline\":\"Building Qt 5.4 on Windows\",\"datePublished\":\"2016-10-10T13:59:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.vikingsoftware.com\\\/da\\\/blog-da\\\/building-qt-5-4-on-windows\\\/\"},\"wordCount\":865,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.vikingsoftware.com\\\/da\\\/blog-da\\\/building-qt-5-4-on-windows\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.vikingsoftware.com\\\/wp-content\\\/uploads\\\/2021\\\/05\\\/Windows-e1620050244144.jpg\",\"keywords\":[\"Qt\",\"Windows\"],\"articleSection\":[\"Blog\"],\"inLanguage\":\"da-DK\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.vikingsoftware.com\\\/da\\\/blog-da\\\/building-qt-5-4-on-windows\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.vikingsoftware.com\\\/da\\\/blog-da\\\/building-qt-5-4-on-windows\\\/\",\"url\":\"https:\\\/\\\/www.vikingsoftware.com\\\/da\\\/blog-da\\\/building-qt-5-4-on-windows\\\/\",\"name\":\"Building Qt 5.4 on Windows - Viking Software A\\\/S\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.vikingsoftware.com\\\/da\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.vikingsoftware.com\\\/da\\\/blog-da\\\/building-qt-5-4-on-windows\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.vikingsoftware.com\\\/da\\\/blog-da\\\/building-qt-5-4-on-windows\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.vikingsoftware.com\\\/wp-content\\\/uploads\\\/2021\\\/05\\\/Windows-e1620050244144.jpg\",\"datePublished\":\"2016-10-10T13:59:00+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.vikingsoftware.com\\\/da\\\/#\\\/schema\\\/person\\\/9b67e226302628047186fd9359931e56\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.vikingsoftware.com\\\/da\\\/blog-da\\\/building-qt-5-4-on-windows\\\/#breadcrumb\"},\"inLanguage\":\"da-DK\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.vikingsoftware.com\\\/da\\\/blog-da\\\/building-qt-5-4-on-windows\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"da-DK\",\"@id\":\"https:\\\/\\\/www.vikingsoftware.com\\\/da\\\/blog-da\\\/building-qt-5-4-on-windows\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.vikingsoftware.com\\\/wp-content\\\/uploads\\\/2021\\\/05\\\/Windows-e1620050244144.jpg\",\"contentUrl\":\"https:\\\/\\\/www.vikingsoftware.com\\\/wp-content\\\/uploads\\\/2021\\\/05\\\/Windows-e1620050244144.jpg\",\"width\":1359,\"height\":607},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.vikingsoftware.com\\\/da\\\/blog-da\\\/building-qt-5-4-on-windows\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.vikingsoftware.com\\\/da\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Building Qt 5.4 on Windows\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.vikingsoftware.com\\\/da\\\/#website\",\"url\":\"https:\\\/\\\/www.vikingsoftware.com\\\/da\\\/\",\"name\":\"Viking Software A\\\/S\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.vikingsoftware.com\\\/da\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"da-DK\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.vikingsoftware.com\\\/da\\\/#\\\/schema\\\/person\\\/9b67e226302628047186fd9359931e56\",\"name\":\"Maria Lisberg\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"da-DK\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b8b13978f2a67726c7f50acfc73600aa7902481eec9fb6673919cfaf3db353b8?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b8b13978f2a67726c7f50acfc73600aa7902481eec9fb6673919cfaf3db353b8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b8b13978f2a67726c7f50acfc73600aa7902481eec9fb6673919cfaf3db353b8?s=96&d=mm&r=g\",\"caption\":\"Maria Lisberg\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Building Qt 5.4 on Windows - Viking Software A\/S","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.vikingsoftware.com\/da\/blog-da\/building-qt-5-4-on-windows\/","og_locale":"da_DK","og_type":"article","og_title":"Building Qt 5.4 on Windows - Viking Software A\/S","og_description":"In this blog post I will go through the process of building a 32 bit Qt 5.4 with OpenSSL support on Windows.","og_url":"https:\/\/www.vikingsoftware.com\/da\/blog-da\/building-qt-5-4-on-windows\/","og_site_name":"Viking Software A\/S","article_published_time":"2016-10-10T13:59:00+00:00","author":"Maria Lisberg","twitter_card":"summary_large_image","twitter_misc":{"Skrevet af":"Maria Lisberg","Estimeret l\u00e6setid":"5 minutter"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.vikingsoftware.com\/da\/blog-da\/building-qt-5-4-on-windows\/#article","isPartOf":{"@id":"https:\/\/www.vikingsoftware.com\/da\/blog-da\/building-qt-5-4-on-windows\/"},"author":{"name":"Maria Lisberg","@id":"https:\/\/www.vikingsoftware.com\/da\/#\/schema\/person\/9b67e226302628047186fd9359931e56"},"headline":"Building Qt 5.4 on Windows","datePublished":"2016-10-10T13:59:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.vikingsoftware.com\/da\/blog-da\/building-qt-5-4-on-windows\/"},"wordCount":865,"commentCount":0,"image":{"@id":"https:\/\/www.vikingsoftware.com\/da\/blog-da\/building-qt-5-4-on-windows\/#primaryimage"},"thumbnailUrl":"https:\/\/www.vikingsoftware.com\/wp-content\/uploads\/2021\/05\/Windows-e1620050244144.jpg","keywords":["Qt","Windows"],"articleSection":["Blog"],"inLanguage":"da-DK","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.vikingsoftware.com\/da\/blog-da\/building-qt-5-4-on-windows\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.vikingsoftware.com\/da\/blog-da\/building-qt-5-4-on-windows\/","url":"https:\/\/www.vikingsoftware.com\/da\/blog-da\/building-qt-5-4-on-windows\/","name":"Building Qt 5.4 on Windows - Viking Software A\/S","isPartOf":{"@id":"https:\/\/www.vikingsoftware.com\/da\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.vikingsoftware.com\/da\/blog-da\/building-qt-5-4-on-windows\/#primaryimage"},"image":{"@id":"https:\/\/www.vikingsoftware.com\/da\/blog-da\/building-qt-5-4-on-windows\/#primaryimage"},"thumbnailUrl":"https:\/\/www.vikingsoftware.com\/wp-content\/uploads\/2021\/05\/Windows-e1620050244144.jpg","datePublished":"2016-10-10T13:59:00+00:00","author":{"@id":"https:\/\/www.vikingsoftware.com\/da\/#\/schema\/person\/9b67e226302628047186fd9359931e56"},"breadcrumb":{"@id":"https:\/\/www.vikingsoftware.com\/da\/blog-da\/building-qt-5-4-on-windows\/#breadcrumb"},"inLanguage":"da-DK","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.vikingsoftware.com\/da\/blog-da\/building-qt-5-4-on-windows\/"]}]},{"@type":"ImageObject","inLanguage":"da-DK","@id":"https:\/\/www.vikingsoftware.com\/da\/blog-da\/building-qt-5-4-on-windows\/#primaryimage","url":"https:\/\/www.vikingsoftware.com\/wp-content\/uploads\/2021\/05\/Windows-e1620050244144.jpg","contentUrl":"https:\/\/www.vikingsoftware.com\/wp-content\/uploads\/2021\/05\/Windows-e1620050244144.jpg","width":1359,"height":607},{"@type":"BreadcrumbList","@id":"https:\/\/www.vikingsoftware.com\/da\/blog-da\/building-qt-5-4-on-windows\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.vikingsoftware.com\/da\/"},{"@type":"ListItem","position":2,"name":"Building Qt 5.4 on Windows"}]},{"@type":"WebSite","@id":"https:\/\/www.vikingsoftware.com\/da\/#website","url":"https:\/\/www.vikingsoftware.com\/da\/","name":"Viking Software A\/S","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.vikingsoftware.com\/da\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"da-DK"},{"@type":"Person","@id":"https:\/\/www.vikingsoftware.com\/da\/#\/schema\/person\/9b67e226302628047186fd9359931e56","name":"Maria Lisberg","image":{"@type":"ImageObject","inLanguage":"da-DK","@id":"https:\/\/secure.gravatar.com\/avatar\/b8b13978f2a67726c7f50acfc73600aa7902481eec9fb6673919cfaf3db353b8?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/b8b13978f2a67726c7f50acfc73600aa7902481eec9fb6673919cfaf3db353b8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b8b13978f2a67726c7f50acfc73600aa7902481eec9fb6673919cfaf3db353b8?s=96&d=mm&r=g","caption":"Maria Lisberg"}}]}},"_links":{"self":[{"href":"https:\/\/www.vikingsoftware.com\/da\/wp-json\/wp\/v2\/posts\/2599","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.vikingsoftware.com\/da\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.vikingsoftware.com\/da\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.vikingsoftware.com\/da\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.vikingsoftware.com\/da\/wp-json\/wp\/v2\/comments?post=2599"}],"version-history":[{"count":0,"href":"https:\/\/www.vikingsoftware.com\/da\/wp-json\/wp\/v2\/posts\/2599\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.vikingsoftware.com\/da\/wp-json\/wp\/v2\/media\/1883"}],"wp:attachment":[{"href":"https:\/\/www.vikingsoftware.com\/da\/wp-json\/wp\/v2\/media?parent=2599"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.vikingsoftware.com\/da\/wp-json\/wp\/v2\/categories?post=2599"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.vikingsoftware.com\/da\/wp-json\/wp\/v2\/tags?post=2599"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}