Results 1 to 3 of 3

Thread: MingW and pro file!!

  1. #1
    Join Date
    May 2008
    Posts
    12
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default MingW and pro file!!

    Hi Guys,

    How to modify project file to create archive library on Mingw ?
    I have project file generated,


    ################################################## ########
    # Automatically generated by qmake (2.01a) Mon Jun 16 19:34:33 2008
    ################################################## ########
    TEMPLATE = app
    TARGET =
    DEPENDPATH += . include src
    INCLUDEPATH += .

    # Input
    HEADERS += include/first.h include/second.h
    SOURCES += src/first.cpp src/second.cpp

    How to configure project file to generate archive library for given input files.
    Can some body suggest on this,
    Thanks,
    Raajesh

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: MingW and pro file!!

    J-P Nurmi

  3. #3
    Join Date
    May 2008
    Posts
    12
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: MingW and pro file!!

    How to know present working directory, I read that it can be done qmake Advanced Usage article,

    DESTDIR = $$(PWD)
    message(The project will be installed in $$DESTDIR)

    it's not working on MingW. Can some body explain how to do it
    Thanks
    Raajesh

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.