![]()
| [uia] / trunk / uia / netsteria / top.pri.in |
Parent Directory
|
Revision Log
Found workaround for g++ 4.1.2 bug - Netsteria now compiles and runs on Ubuntu Feisty.
# 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@ SST = @SST@ TOPSUBS = @TOPSUBS@ # We currently have 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
| Maintained by PDOS | ViewVC Help |
| Powered by ViewVC 1.0.3 |