Results 1 to 5 of 5

Thread: Compilation of Qextserialport delivers no lib/a file

  1. #1
    Join Date
    Feb 2008
    Posts
    157
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Compilation of Qextserialport delivers no lib/a file

    I am recompiling all my libraries with Qt 4.6.0 and with qextserialport (Version 1.1) I get a dll, but no lib file. The qmake specs are the following:

    PROJECT = qextserialport
    TEMPLATE = lib

    CONFIG -= debug_and_release
    CONFIG += release
    CONFIG += warn_on qt thread
    QT -= gui
    Any idea why I do not get a lib file? (Using msvc-2008)

  2. #2
    Join Date
    Feb 2008
    Posts
    157
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Compilation of Qextserialport delivers no lib/a file

    Creation of lib from dll using a def file does not seem to work:

    following the instructions from http://www.coderetard.com/2009/01/21...visual-studio/ I get this
    C:\Users\Matthias\Documents\SVN\Library\source\qex tserialport-1.1\qextserialport
    \build>dumpbin /exports qextserialportd.dll
    Microsoft (R) COFF/PE Dumper Version 9.00.30729.01
    Copyright (C) Microsoft Corporation. All rights reserved.


    Dump of file qextserialportd.dll

    File Type: DLL

    Summary

    1000 .data
    2000 .idata
    3000 .rdata
    1000 .reloc
    1000 .rsrc
    6000 .text
    which does not contain any exports.

    How could I proceed?

  3. #3
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    6
    Thanked 348 Times in 333 Posts

    Default Re: Compilation of Qextserialport delivers no lib/a file


  4. #4
    Join Date
    Feb 2008
    Posts
    157
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Compilation of Qextserialport delivers no lib/a file

    As I wrote I can not build a lib from the dll, and building the library static to get a lib is not the same as generating a lib for a dll. So that thread is not helping anyhow.

  5. #5
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    6
    Thanked 348 Times in 333 Posts

    Default Re: Compilation of Qextserialport delivers no lib/a file

    Oh right, you didn't say you wanted a DLL, you just said you couldn't produce a lib, and that post was a way of creating a lib.

Similar Threads

  1. Replies: 3
    Last Post: 27th December 2008, 20:34
  2. qt-3.3.8 fail in scratchbox
    By nass in forum Installation and Deployment
    Replies: 0
    Last Post: 25th May 2007, 16:21

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
  •  
Qt is a trademark of The Qt Company.