changed StandardPaths class

This commit is contained in:
Rafael 2016-03-28 13:18:39 +02:00
parent c82e7cf8e6
commit 2162bdc125
10 changed files with 66 additions and 118 deletions

View file

@ -37,7 +37,8 @@ SOURCES += main.cpp \
SnapmaticWidget.cpp \
SavegameWidget.cpp \
ProfileLoader.cpp \
AboutDialog.cpp
AboutDialog.cpp \
StandardPaths.cpp
HEADERS += \
SnapmaticPicture.h \
@ -98,7 +99,7 @@ isEqual(QT_MAJOR_VERSION, 4): SOURCES += qjson4/QJsonArray.cpp \
# QT4/QT5 STANDARDPATHS CLASS
isEqual(QT_MAJOR_VERSION, 4): HEADERS += StandardPaths4.h
isEqual(QT_MAJOR_VERSION, 4): SOURCES += StandardPaths4.cpp
greaterThan(QT_MAJOR_VERSION, 4): HEADERS += StandardPaths5.h
greaterThan(QT_MAJOR_VERSION, 4): SOURCES += StandardPaths5.cpp
isEqual(QT_MAJOR_VERSION, 4): HEADERS +=
isEqual(QT_MAJOR_VERSION, 4): SOURCES +=
greaterThan(QT_MAJOR_VERSION, 4): HEADERS +=
greaterThan(QT_MAJOR_VERSION, 4): SOURCES +=