204176483c
not strictly necessary, but nicer. QMAKE_PLATFORM (and thus CONFIG) now also contains the name of the OS, and its family (if applicable, e.g., bsd). this also adds more feature search paths. Change-Id: I3ab971e6e3b2b32cae53b95e4bc67a86688bc5cb Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
12 lines
324 B
Plaintext
12 lines
324 B
Plaintext
QMAKE_PLATFORM = nacl $$QMAKE_PLATFORM
|
|
|
|
# Work around linker crash when using PIC. We are building
|
|
# statically so this is safe.
|
|
QMAKE_CFLAGS_STATIC_LIB -= -fPIC
|
|
QMAKE_CFLAGS_SHLIB -= -fPIC
|
|
QMAKE_CXXFLAGS_STATIC_LIB -= -fPIC
|
|
QMAKE_CXXFLAGS_SHLIB -= -fPIC
|
|
|
|
QMAKE_LIBS_DYNLOAD -= -ldl
|
|
QMAKE_LIBS_OPENGL_ES2 = -lppapi_gles2
|