fix wrong brackets in *.pro

This commit is contained in:
polos 2021-03-25 11:13:19 +01:00
parent 4969ea2b90
commit 9d48cf502a
9 changed files with 10 additions and 10 deletions

View file

@ -21,7 +21,7 @@ include.files = eql5/*
linux {
include.path = /usr/include/eql5
target.path = $$[QT_INSTALL_LIBS]
target.path = $$(QT_INSTALL_LIBS)
}
osx {
@ -63,7 +63,7 @@ static {
combinedlib.files = libeql5.a libeql5.prl
combinedlib.extra = ecl -shell make-static.lisp
combinedlib.path = $$[QT_INSTALL_LIBS]
combinedlib.path = $$(QT_INSTALL_LIBS)
INSTALLS = combinedlib
}

View file

@ -11,7 +11,7 @@ MOC_DIR = ./tmp/help/
VERSION = $$(EQL_VERSION)
linux {
target.path = $$[QT_INSTALL_LIBS]
target.path = $$(QT_INSTALL_LIBS)
}
osx {

View file

@ -11,7 +11,7 @@ MOC_DIR = ./tmp/multimedia/
VERSION = $$(EQL_VERSION)
linux {
target.path = $$[QT_INSTALL_LIBS]
target.path = $$(QT_INSTALL_LIBS)
}
osx {

View file

@ -11,7 +11,7 @@ MOC_DIR = ./tmp/network/
VERSION = $$(EQL_VERSION)
linux {
target.path = $$[QT_INSTALL_LIBS]
target.path = $$(QT_INSTALL_LIBS)
}
osx {

View file

@ -11,7 +11,7 @@ MOC_DIR = ./tmp/quick/
VERSION = $$(EQL_VERSION)
linux {
target.path = $$[QT_INSTALL_LIBS]
target.path = $$(QT_INSTALL_LIBS)
}
osx {

View file

@ -11,7 +11,7 @@ MOC_DIR = ./tmp/sql/
VERSION = $$(EQL_VERSION)
linux {
target.path = $$[QT_INSTALL_LIBS]
target.path = $$(QT_INSTALL_LIBS)
}
osx {

View file

@ -11,7 +11,7 @@ MOC_DIR = ./tmp/svg/
VERSION = $$(EQL_VERSION)
linux {
target.path = $$[QT_INSTALL_LIBS]
target.path = $$(QT_INSTALL_LIBS)
}
osx {

View file

@ -11,7 +11,7 @@ MOC_DIR = ./tmp/webengine/
VERSION = $$(EQL_VERSION)
linux {
target.path = $$[QT_INSTALL_LIBS]
target.path = $$(QT_INSTALL_LIBS)
}
osx {

View file

@ -12,7 +12,7 @@ VERSION = $$(EQL_VERSION)
macx:QT += network
linux {
target.path = $$[QT_INSTALL_LIBS]
target.path = $$(QT_INSTALL_LIBS)
}
osx {