fix typo in local paths pri file

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
pull/10/head
Thorsten Liebig 2013-09-04 13:23:09 +02:00
parent 8f4a1bd943
commit 700fc01c1b
3 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View File

@ -10,4 +10,4 @@ Makefile*
*.pro.user*
*.orig
openEMS
localPathes.pri
localPaths.pri

View File

@ -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 {

View File

@ -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)
}
###############################################################################