From f545ffee2b1fc272a59ebdd7946485aaf69ceff4 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Tue, 13 May 2008 18:35:29 +0000 Subject: [PATCH] Allow static building on 64 bit platforms as well. --- build/targets/target.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/targets/target.pri b/build/targets/target.pri index 96546987..ff503f02 100644 --- a/build/targets/target.pri +++ b/build/targets/target.pri @@ -10,7 +10,7 @@ SRCPATH = ../../src OBJECTS_DIR = .$$TARGET RCC_DIR = .$$TARGET -linux-g++:static { +linux-g++*:static { # We put libs in contrib/libs that should be linked statically, especially libstdc++.a LIBS *= -L../contrib/libs QMAKE_LFLAGS *= -static-libgcc -- 2.20.1