fix typo in local paths pri file
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
This commit is contained in:
parent
8f4a1bd943
commit
700fc01c1b
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,4 +10,4 @@ Makefile*
|
|||||||
*.pro.user*
|
*.pro.user*
|
||||||
*.orig
|
*.orig
|
||||||
openEMS
|
openEMS
|
||||||
localPathes.pri
|
localPaths.pri
|
||||||
|
@ -5,8 +5,8 @@ CONFIG += debug_and_release
|
|||||||
|
|
||||||
VERSION = 0.1.0
|
VERSION = 0.1.0
|
||||||
|
|
||||||
exists(localPathes.pri) {
|
exists(localPaths.pri) {
|
||||||
include(localPathes.pri)
|
include(localPaths.pri)
|
||||||
}
|
}
|
||||||
|
|
||||||
win32 {
|
win32 {
|
||||||
|
@ -22,8 +22,8 @@ DEFINES += GIT_VERSION=\\\"$$GITREV\\\"
|
|||||||
# remove unnecessary webkit define
|
# remove unnecessary webkit define
|
||||||
DEFINES -= QT_WEBKIT
|
DEFINES -= QT_WEBKIT
|
||||||
|
|
||||||
exists(localPathes.pri) {
|
exists(localPaths.pri) {
|
||||||
include(localPathes.pri)
|
include(localPaths.pri)
|
||||||
}
|
}
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user