[Bug 72830] Qmake override compilation FLAGS

Lmann joan.carles.nunez at gmail.com
Wed Nov 22 11:29:12 UTC 2006


Public bug reported:

Binary package hint: libqt4-dev

I export the CFLAGS in an extern program to qmake, and qmake don't let
me to append these flags, so I can't compile anything with the -g
parameter.

The Makefile is generated by qmake and these are the lines appeared in:

CFLAGS        = -pipe -O2 -D_REENTRANT -w  $(DEFINES)
CXXFLAGS      = -pipe -O2 -D_REENTRANT -w  $(DEFINES)

Instead of

CFLAGS        += -pipe -O2 -D_REENTRANT -w  $(DEFINES)
CXXFLAGS      += -pipe -O2 -D_REENTRANT -w  $(DEFINES)

Best regards!

** Affects: qt4-x11 (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
Qmake override compilation FLAGS
https://launchpad.net/bugs/72830




More information about the kubuntu-bugs mailing list