added get member name from Social Club

This commit is contained in:
Rafael 2016-03-22 05:20:42 +01:00
parent 0f17791e59
commit 49d29aa3ec
11 changed files with 391 additions and 11 deletions

View file

@ -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