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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to