From 9f8622e407563c1d3f3e4cbe278b9153911b7048 Mon Sep 17 00:00:00 2001 From: Vadim Kurland Date: Wed, 26 Jan 2011 17:05:35 -0800 Subject: [PATCH] see #1989 no need to put these in a qmake context --- src/libfwbuilder/qmake.inc.in | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/src/libfwbuilder/qmake.inc.in b/src/libfwbuilder/qmake.inc.in index 379a496c9..db3191919 100644 --- a/src/libfwbuilder/qmake.inc.in +++ b/src/libfwbuilder/qmake.inc.in @@ -31,16 +31,13 @@ unix { QMAKE_CXXFLAGS_DEBUG += -Wno-unused-parameter @CXXFLAGS@ QMAKE_CXXFLAGS_RELEASE += -Wno-unused-parameter @CXXFLAGS@ - !macx { - exec_prefix = @EXEC_PREFIX@ - DESTDIR = + exec_prefix = @EXEC_PREFIX@ + DESTDIR = - target.path = @LIBDIR@ - dtd.path = @RES_DIR@/ - migration.path = @RES_DIR@/migration - doc.path = @DOCDIR@ - - } + target.path = @LIBDIR@ + dtd.path = @RES_DIR@/ + migration.path = @RES_DIR@/migration + doc.path = @DOCDIR@ } exists(qmake2.inc) {