[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#322313: /usr/bin/qmake-qt4: qmake always evaluates conditional rules



Package: libqt4-dev
Version: 4.0.0-2
Severity: normal
File: /usr/bin/qmake-qt4


My project contains this:

USE_KDE_LIBS = false
contains(USE_KDE_LIBS, true)
{
 	message("using USE_KDE_LIBS")
 	INCLUDEPATH += /usr/include/kde
 	LIBS += -lkdecore
 	DEFINES += __USE_KDE_LIBS
}
running qmake on it prints "Project Message: using USE_KDE_LIBS"

Greetings Ben

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: LANG=en_IE@euro, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15) (ignored: LC_ALL set to en_IE@euro)

Versions of packages libqt4-dev depends on:
ii  libaudio-dev         1.7-2               The Network Audio System (NAS). (d
ii  libc6-dev            2.3.5-3             GNU C Library: Development Librari
ii  libfreetype6-dev     2.1.7-2.4           FreeType 2 font engine, developmen
ii  libjpeg62-dev        6b-10               Development files for the IJG JPEG
ii  libmng-dev           1.0.8-1             M-N-G library (Development headers
ii  libpng12-dev [libpng 1.2.8rel-1          PNG library - development
ii  libqt4-core          4.0.0-2             Qt 4 core non-GUI functionality ru
ii  libxcursor-dev       1.1.3-1             X cursor management library (devel
ii  libxft-dev           2.1.7-1             FreeType-based font drawing librar
ii  libxinerama-dev      6.8.2.dfsg.1-4      X Window System multi-head display
ii  libxrender-dev       1:0.9.0-2           X Rendering Extension client libra
ii  xlibmesa-gl-dev [lib 4.3.0.dfsg.1-12.0.1 Mesa 3D graphics library developme
ii  xlibmesa-glu-dev [li 4.3.0.dfsg.1-12.0.1 Mesa OpenGL utility library develo
ii  xlibs-dev            6.8.2.dfsg.1-4      X Window System client library dev
ii  xlibs-pic            6.8.2.dfsg.1-4      X.Org static PIC libraries transit
ii  zlib1g-dev           1:1.2.3-1           compression library - development

-- no debconf information



Reply to: