PDOS

[uia] / trunk / uia / sst / top.pri.in  

View of /trunk/uia/sst/top.pri.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3556 - (download) (annotate)
Thu Nov 13 18:45:55 2008 UTC (12 months, 1 week ago) by baford
File size: 749 byte(s)
qmake with CONFIG=debug unless configured with --enable-release
# This qmake include file defines the configuration variables
# that need to be filled in by UIA's top-level configure script.
# We isolate these in an include file so we don't have to
# re-run configure every time a qmake profile changes.

INCLUDEPATH += @INCS@
LIBS += @LIBS@
LIBTYPE = @LIBTYPE@
CONFIG += @QCONFIG@

# Install directories
BINDIR = @BINDIR@
LIBDIR = @LIBDIR@
INCDIR = @INCDIR@
ETCDIR = @ETCDIR@

# SST currently has some code that violates the new strict aliasing rules,
# which I really don't feel like fixing.  (Type punning is very handy!)
QMAKE_CFLAGS += -fno-strict-aliasing
QMAKE_CXXFLAGS += -fno-strict-aliasing


# Uncomment the following to build with profiling
#QMAKE_CFLAGS+=-pg
#QMAKE_CXXFLAGS+=-pg
#QMAKE_LFLAGS+=-pg


Maintained by PDOS
ViewVC Help
Powered by ViewVC 1.0.3