1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-24 04:07:55 +01:00

see #1989 no need to put these in a qmake context

This commit is contained in:
Vadim Kurland 2011-01-26 17:05:35 -08:00
parent d1c6c1645a
commit 9f8622e407

View File

@ -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) {