13 lines
515 B
Plaintext
13 lines
515 B
Plaintext
|
$OpenBSD: patch-qmake_inc_in,v 1.1.1.1 2005/05/21 09:37:35 espie Exp $
|
||
|
--- qmake.inc.in.orig Thu May 19 14:40:36 2005
|
||
|
+++ qmake.inc.in Thu May 19 14:41:00 2005
|
||
|
@@ -27,7 +27,7 @@ unix {
|
||
|
res_os.path = $(DDIR)@RES_DIR@/os
|
||
|
res_platform.path = $(DDIR)@RES_DIR@/platform
|
||
|
|
||
|
- CONFIG += qt thread rtti stl warn_on debug
|
||
|
+ CONFIG += qt thread rtti stl warn_on release
|
||
|
INCLUDEPATH += @LIBFWBUILDER_INCLUDEPATH@
|
||
|
|
||
|
LIBS += $$LIBS_FWBUILDER
|