Results 1 to 1 of 1

Thread: Statically link QtQuick into statically linked Windows executable?

  1. #1
    Join Date
    Sep 2015
    Posts
    1
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default Statically link QtQuick into statically linked Windows executable?

    I have compiled an application on Windows using MinGW. According to Dependency Walker, everything Qt related is statically linked, meaning on a Windows machine that has not had any Qt libraries installed.

    The issue I'm having is that in order to get the application to run, I have to distribute the exe with the QtQuick and QtQuick.2 folders from the qml directory in Qt. All the typical DLLs (Qt5Core, libgcc, libEGLC, etc.) don't need to be there, just those two QML folders.

    How can I get these folders embedded in the exe?
    Last edited by mattmichler; 10th September 2015 at 22:42.

Similar Threads

  1. Replies: 0
    Last Post: 3rd December 2013, 11:36
  2. error loading statically linked Qt app
    By nitingeorge in forum Installation and Deployment
    Replies: 1
    Last Post: 30th May 2011, 08:11
  3. Application seems not to be linked statically
    By Boron in forum Installation and Deployment
    Replies: 5
    Last Post: 2nd April 2008, 17:14
  4. Statically linked QtSql modules
    By runderwo in forum Qt Programming
    Replies: 5
    Last Post: 10th September 2007, 22:43
  5. statically linked executable
    By smalls in forum Qt Programming
    Replies: 8
    Last Post: 11th February 2006, 02:09

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.