added snapmatic + savegame widget
This commit is contained in:
parent
9057b783e5
commit
a608702e69
13 changed files with 428 additions and 66 deletions
12
gta5sync.pro
12
gta5sync.pro
|
@ -35,7 +35,9 @@ SOURCES += main.cpp \
|
|||
SavegameDialog.cpp \
|
||||
SyncFramework.cpp \
|
||||
UserInterface.cpp \
|
||||
ProfileInterface.cpp
|
||||
ProfileInterface.cpp \
|
||||
SnapmaticWidget.cpp \
|
||||
SavegameWidget.cpp
|
||||
|
||||
HEADERS += \
|
||||
SnapmaticPicture.h \
|
||||
|
@ -47,13 +49,17 @@ HEADERS += \
|
|||
SavegameDialog.h \
|
||||
SyncFramework.h \
|
||||
UserInterface.h \
|
||||
ProfileInterface.h
|
||||
ProfileInterface.h \
|
||||
SnapmaticWidget.h \
|
||||
SavegameWidget.h
|
||||
|
||||
FORMS += \
|
||||
PictureDialog.ui \
|
||||
SavegameDialog.ui \
|
||||
UserInterface.ui \
|
||||
ProfileInterface.ui
|
||||
ProfileInterface.ui \
|
||||
SnapmaticWidget.ui \
|
||||
SavegameWidget.ui
|
||||
|
||||
TRANSLATIONS += \
|
||||
gta5sync_de.ts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue