Results 1 to 3 of 3

Thread: mingw generates .qrl and .a files but not .dll

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2015
    Posts
    3
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Question mingw generates .qrl and .a files but not .dll

    Hi,

    I'm trying to add QLed plugin to QtCreator (http://qt-apps.org/content/show.php/QLed+?content=72482).
    I followed all the INSTALL instructions, and they worked successfully. But when I check my plugins\designer folder, I find only "qledplugin.prl" and "libqledplugin.a" added. And when I run QtCreator and check the Designer, I don't find the plugin added.

    I tried to use this plugin instead : http://qt-apps.org/content/show.php/...content=118610 , but it was the same problem, "libQLedIndicatorPlugin.a" and "QLedIndicatorPlugin.prl" files added, and no plugin added to the designer.

    I use Qt 4.8.6 with MinGW and Windows XP SP3. Here is the steps I did to add the plugin (with no succes at the end).

    1. Unzip the plugin file (.zip) in a specific directory
    2. Open Qt 4.8.6 Command Prompt
    3. Go to the directory where the plugin is unzipped
    4. Type qmake <plugin_name.pro>
    5. Type make
    6. Type make install

    I'm pretty sure that all the commands worked successfully, and that the file is entirely unzipped.

    Please help me. Thank you.
    Last edited by El91; 25th November 2015 at 14:37. Reason: updated contents

Similar Threads

  1. Difference between Qt dll files placed in MinGW and QtCreator directories
    By MasoudCS in forum Installation and Deployment
    Replies: 1
    Last Post: 13th January 2016, 11:27
  2. Mingw included in Qt installator including old .h files?
    By Momergil in forum Installation and Deployment
    Replies: 2
    Last Post: 19th March 2013, 11:22
  3. QWebView print() generates huge PDF files on Windows
    By brush.tyler in forum Qt Programming
    Replies: 2
    Last Post: 26th September 2012, 14:01
  4. qt + mingw + visual studio header files
    By smoon in forum Installation and Deployment
    Replies: 5
    Last Post: 10th March 2011, 21:16
  5. Mingw doesn't find qt include files
    By NineTailFox in forum Newbie
    Replies: 2
    Last Post: 12th November 2008, 08:18

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.