changed StandardPaths class
This commit is contained in:
parent
c82e7cf8e6
commit
2162bdc125
10 changed files with 66 additions and 118 deletions
11
gta5sync.pro
11
gta5sync.pro
|
@ -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 +=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue