qt-interest@trolltech.com
[Top] [All Lists]

QMAKE_LFLAGS += /FORCE with MinGW

Subject: QMAKE_LFLAGS += /FORCE with MinGW
From: Gael Martin
Date: Tue, 01 Feb 2005 17:44:09 +0100
Hi, sorry if this is obvious but I have a pro file with the following line:
win32:QMAKE_LFLAGS      += /FORCE

It compiles fine if I use MSVC++ but as soon as I switch to MinGW/G++ I get the following error when linking:

g++: /FORCE: No such file or directory

If I remove the /FORCE switch to the linker then I get more error complaining about multiple definition etc...

Anyone knows the equivalent of /FORCE for g++?

Gael

--
List archive and information: http://lists.trolltech.com/qt-interest/

<Prev in Thread] Current Thread [Next in Thread>