fix wrong brackets in *.pro
This commit is contained in:
parent
4969ea2b90
commit
9d48cf502a
9 changed files with 10 additions and 10 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ MOC_DIR = ./tmp/help/
|
|||
VERSION = $$(EQL_VERSION)
|
||||
|
||||
linux {
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
target.path = $$(QT_INSTALL_LIBS)
|
||||
}
|
||||
|
||||
osx {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ MOC_DIR = ./tmp/multimedia/
|
|||
VERSION = $$(EQL_VERSION)
|
||||
|
||||
linux {
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
target.path = $$(QT_INSTALL_LIBS)
|
||||
}
|
||||
|
||||
osx {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ MOC_DIR = ./tmp/network/
|
|||
VERSION = $$(EQL_VERSION)
|
||||
|
||||
linux {
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
target.path = $$(QT_INSTALL_LIBS)
|
||||
}
|
||||
|
||||
osx {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ MOC_DIR = ./tmp/quick/
|
|||
VERSION = $$(EQL_VERSION)
|
||||
|
||||
linux {
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
target.path = $$(QT_INSTALL_LIBS)
|
||||
}
|
||||
|
||||
osx {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ MOC_DIR = ./tmp/sql/
|
|||
VERSION = $$(EQL_VERSION)
|
||||
|
||||
linux {
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
target.path = $$(QT_INSTALL_LIBS)
|
||||
}
|
||||
|
||||
osx {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ MOC_DIR = ./tmp/svg/
|
|||
VERSION = $$(EQL_VERSION)
|
||||
|
||||
linux {
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
target.path = $$(QT_INSTALL_LIBS)
|
||||
}
|
||||
|
||||
osx {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ MOC_DIR = ./tmp/webengine/
|
|||
VERSION = $$(EQL_VERSION)
|
||||
|
||||
linux {
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
target.path = $$(QT_INSTALL_LIBS)
|
||||
}
|
||||
|
||||
osx {
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ VERSION = $$(EQL_VERSION)
|
|||
macx:QT += network
|
||||
|
||||
linux {
|
||||
target.path = $$[QT_INSTALL_LIBS]
|
||||
target.path = $$(QT_INSTALL_LIBS)
|
||||
}
|
||||
|
||||
osx {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue