Results 1 to 2 of 2

Thread: QtCored4.dll is missing from your computer

  1. #1
    Join Date
    May 2010
    Posts
    9
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default QtCored4.dll is missing from your computer

    I just installed Qt on Windows and have a very simple application. When I run from Qt Creator (debug or release), everything is fine. But when I double-click on the EXE on my computer, I get the following error:

    ---------------------------
    somethin.exe - System Error
    ---------------------------
    The program can't start because QtCored4.dll is missing from your computer. Try reinstalling the program to fix this problem.
    ---------------------------
    OK
    ---------------------------

    Here is the entirety of my program:

    #include <QApplication>
    #include <QLabel>

    int main(int argc, char* argv[])
    {
    QApplication a(argc, argv);
    QLabel l("test");
    l.show();
    return a.exec();
    }

    What step have I missed in the installation?

  2. #2
    Join Date
    May 2010
    Posts
    9
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QtCored4.dll is missing from your computer

    Ahh ... stupid. I forgot to add to my PATH environment variable.

    C:\Qt\2010.02.1\qt\bin

    It's working now. D'oh!

Similar Threads

  1. mingw32-make[2]: *** [..\..\lib\QtCored4.dll] Error 1
    By jivanr in forum Installation and Deployment
    Replies: 5
    Last Post: 20th October 2012, 12:04
  2. Could not start Application ....missing qtcored4.dll......
    By donglebob in forum Qt Programming
    Replies: 10
    Last Post: 5th November 2011, 14:51
  3. Turn off computer
    By swiety in forum KDE Forum
    Replies: 1
    Last Post: 5th January 2008, 15:40
  4. list port of computer
    By manhds in forum Qt Programming
    Replies: 2
    Last Post: 12th March 2007, 09:04
  5. Cell Computer Project
    By genetechnics in forum General Discussion
    Replies: 13
    Last Post: 6th August 2006, 15:38

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.