added get member name from Social Club
This commit is contained in:
parent
0f17791e59
commit
49d29aa3ec
11 changed files with 391 additions and 11 deletions
12
gta5sync.pro
12
gta5sync.pro
|
@ -16,7 +16,7 @@
|
|||
#* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#*****************************************************************************/
|
||||
|
||||
QT += core gui
|
||||
QT += core gui network
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
isEqual(QT_MAJOR_VERSION, 5): DEFINES += QT5_MODE
|
||||
|
@ -27,11 +27,17 @@ TEMPLATE = app
|
|||
|
||||
SOURCES += main.cpp\
|
||||
SnapmaticPicture.cpp \
|
||||
PictureDialog.cpp
|
||||
PictureDialog.cpp \
|
||||
ProfileDatabase.cpp \
|
||||
DatabaseThread.cpp \
|
||||
CrewDatabase.cpp
|
||||
|
||||
HEADERS += \
|
||||
SnapmaticPicture.h \
|
||||
PictureDialog.h
|
||||
PictureDialog.h \
|
||||
ProfileDatabase.h \
|
||||
DatabaseThread.h \
|
||||
CrewDatabase.h
|
||||
|
||||
FORMS += \
|
||||
PictureDialog.ui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue