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