Commit e0d30027 authored by Claudio Valerio's avatar Claudio Valerio

fixes for 32bits builts

parent c1449646
...@@ -11,6 +11,16 @@ linux-g++-64 { ...@@ -11,6 +11,16 @@ linux-g++-64 {
CONFIG += link_prl CONFIG += link_prl
} }
linux-g++-32 {
CONFIG += link_prl
}
linux-g++ {
CONFIG += link_prl
}
VERSION_MAJ = 2 VERSION_MAJ = 2
VERSION_MIN = 00 VERSION_MIN = 00
VERSION_TYPE = b # a = alpha, b = beta, r = release, other => error VERSION_TYPE = b # a = alpha, b = beta, r = release, other => error
...@@ -352,6 +362,7 @@ macx { ...@@ -352,6 +362,7 @@ macx {
linux-g++ { linux-g++ {
LIBS += -lcrypto LIBS += -lcrypto
LIBS += -lX11
QMAKE_CFLAGS += -fopenmp QMAKE_CFLAGS += -fopenmp
QMAKE_CXXFLAGS += -fopenmp QMAKE_CXXFLAGS += -fopenmp
QMAKE_LFLAGS += -fopenmp QMAKE_LFLAGS += -fopenmp
...@@ -367,6 +378,7 @@ linux-g++ { ...@@ -367,6 +378,7 @@ linux-g++ {
linux-g++-32 { linux-g++-32 {
LIBS += -lcrypto LIBS += -lcrypto
LIBS += -lX11
QMAKE_CFLAGS += -fopenmp QMAKE_CFLAGS += -fopenmp
QMAKE_CXXFLAGS += -fopenmp QMAKE_CXXFLAGS += -fopenmp
QMAKE_LFLAGS += -fopenmp QMAKE_LFLAGS += -fopenmp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment