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:
parent
d1c6c1645a
commit
9f8622e407
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user