Results 1 to 5 of 5

Thread: New to QT, How do I remove dependencies to QT .dll files?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2014
    Posts
    2
    Qt products
    Qt5
    Platforms
    Windows

    Default New to QT, How do I remove dependencies to QT .dll files?

    Hello qt community!

    I've been programming for a while in C++, and I finally discovered this awesome thing called QT. It's very beautiful, easy, and fun to use. I've been programming in Visual Studio ever since I began, but for many reasons I wanted to remove .NET from my gui applications, so I downloaded the QT creator.

    I have one small issue, when I try to run built .exe files from QT, I get a bunch of errors saying that .dll files such as "Qt5Widgets.dll" being required in the same folder to run the application. I'm assuming these files are from some sort of SDK? However, I do not want to jam all of those files into the same folder as the .exe I am creating, is there any way to statically link those into the build so I can just run the .exe by itself? I've done some google searching, but again I am new to QT so I don't fully understand the whole linking process yet. If anyone could give me an in-depth answer on how I can achieve this, I will be forever grateful.

    Thanks!
    Last edited by Fazor; 29th March 2014 at 12:20.

Similar Threads

  1. A tool to remove unused header files?
    By agarny in forum Qt Tools
    Replies: 5
    Last Post: 13th July 2012, 13:26
  2. Qt Creator "Remove file..." deletes files no matter what you do
    By Markus in forum Qt Tools
    Replies: 2
    Last Post: 6th December 2011, 19:52
  3. Build without any dependencies
    By Dato0011 in forum Qt Tools
    Replies: 5
    Last Post: 22nd December 2009, 15:21
  4. what are .gcda files and how to remove .gcda skips
    By learning_qt in forum Qt Programming
    Replies: 0
    Last Post: 9th November 2009, 10:44
  5. library dependencies.....
    By surender99 in forum Qt Programming
    Replies: 1
    Last Post: 3rd April 2009, 19:06

Tags for this Thread

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.