orderd project source and header files

This commit is contained in:
Rafael 2016-03-28 13:22:40 +02:00
parent 2162bdc125
commit b3dab17229
1 changed files with 22 additions and 28 deletions

View File

@ -25,45 +25,45 @@ TEMPLATE = app
SOURCES += main.cpp \ SOURCES += main.cpp \
SnapmaticPicture.cpp \ AboutDialog.cpp \
CrewDatabase.cpp \
DatabaseThread.cpp \
PictureDialog.cpp \ PictureDialog.cpp \
ProfileDatabase.cpp \ ProfileDatabase.cpp \
DatabaseThread.cpp \ ProfileInterface.cpp \
CrewDatabase.cpp \ ProfileLoader.cpp \
SavegameData.cpp \ SavegameData.cpp \
SavegameDialog.cpp \ SavegameDialog.cpp \
UserInterface.cpp \
ProfileInterface.cpp \
SnapmaticWidget.cpp \
SavegameWidget.cpp \ SavegameWidget.cpp \
ProfileLoader.cpp \ SnapmaticPicture.cpp \
AboutDialog.cpp \ SnapmaticWidget.cpp \
StandardPaths.cpp StandardPaths.cpp \
UserInterface.cpp
HEADERS += \ HEADERS += \
SnapmaticPicture.h \ AboutDialog.h \
CrewDatabase.h \
DatabaseThread.h \
PictureDialog.h \ PictureDialog.h \
ProfileDatabase.h \ ProfileDatabase.h \
DatabaseThread.h \ ProfileInterface.h \
CrewDatabase.h \ ProfileLoader.h \
SavegameData.h \ SavegameData.h \
SavegameDialog.h \ SavegameDialog.h \
UserInterface.h \
ProfileInterface.h \
SnapmaticWidget.h \
SavegameWidget.h \ SavegameWidget.h \
ProfileLoader.h \ SnapmaticPicture.h \
AboutDialog.h \ SnapmaticWidget.h \
StandardPaths.h StandardPaths.h \
UserInterface.h
FORMS += \ FORMS += \
AboutDialog.ui \
PictureDialog.ui \ PictureDialog.ui \
SavegameDialog.ui \
UserInterface.ui \
ProfileInterface.ui \ ProfileInterface.ui \
SnapmaticWidget.ui \ SavegameDialog.ui \
SavegameWidget.ui \ SavegameWidget.ui \
AboutDialog.ui SnapmaticWidget.ui \
UserInterface.ui
TRANSLATIONS += \ TRANSLATIONS += \
gta5sync_de.ts gta5sync_de.ts
@ -97,9 +97,3 @@ isEqual(QT_MAJOR_VERSION, 4): SOURCES += qjson4/QJsonArray.cpp \
qjson4/QJsonValueRef.cpp \ qjson4/QJsonValueRef.cpp \
qjson4/QJsonParser.cpp qjson4/QJsonParser.cpp
# QT4/QT5 STANDARDPATHS CLASS
isEqual(QT_MAJOR_VERSION, 4): HEADERS +=
isEqual(QT_MAJOR_VERSION, 4): SOURCES +=
greaterThan(QT_MAJOR_VERSION, 4): HEADERS +=
greaterThan(QT_MAJOR_VERSION, 4): SOURCES +=