Skip to content

Commit

Permalink
zhaomangang
Browse files Browse the repository at this point in the history
增加了发布版本
  • Loading branch information
zhaomangang committed Jul 26, 2019
1 parent bf60193 commit 91b7ae3
Show file tree
Hide file tree
Showing 71 changed files with 89,369 additions and 28 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
QMAKE_CXX.INCDIRS = \
f:/Qt/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++ \
f:/Qt/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/x86_64-w64-mingw32 \
f:/Qt/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include/c++/backward \
f:/Qt/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include \
f:/Qt/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0/include-fixed \
f:/Qt/Tools/mingw730_64/x86_64-w64-mingw32/include
QMAKE_CXX.LIBDIRS = \
f:/Qt/Tools/mingw730_64/lib/gcc/x86_64-w64-mingw32/7.3.0 \
f:/Qt/Tools/mingw730_64/lib/gcc \
f:/Qt/Tools/mingw730_64/x86_64-w64-mingw32/lib \
f:/Qt/Tools/mingw730_64/lib
QMAKE_CXX.QT_COMPILER_STDCXX = 201402L
QMAKE_CXX.QMAKE_GCC_MAJOR_VERSION = 7
QMAKE_CXX.QMAKE_GCC_MINOR_VERSION = 3
QMAKE_CXX.QMAKE_GCC_PATCH_VERSION = 0
QMAKE_CXX.COMPILER_MACROS = \
QT_COMPILER_STDCXX \
QMAKE_GCC_MAJOR_VERSION \
QMAKE_GCC_MINOR_VERSION \
QMAKE_GCC_PATCH_VERSION
475 changes: 475 additions & 0 deletions client/build-demo2-Desktop_Qt_5_12_0_MinGW_64_bit-Debug/Makefile

Large diffs are not rendered by default.

1,798 changes: 1,798 additions & 0 deletions client/build-demo2-Desktop_Qt_5_12_0_MinGW_64_bit-Debug/Makefile.Debug

Large diffs are not rendered by default.

1,798 changes: 1,798 additions & 0 deletions client/build-demo2-Desktop_Qt_5_12_0_MinGW_64_bit-Debug/Makefile.Release

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
/****************************************************************************
** Meta object code from reading C++ file 'chatfri.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.12.0)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

#include "../../demo2/chatfri.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'chatfri.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.12.0. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif

QT_BEGIN_MOC_NAMESPACE
QT_WARNING_PUSH
QT_WARNING_DISABLE_DEPRECATED
struct qt_meta_stringdata_ChatFri_t {
QByteArrayData data[6];
char stringdata0[82];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
qptrdiff(offsetof(qt_meta_stringdata_ChatFri_t, stringdata0) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_ChatFri_t qt_meta_stringdata_ChatFri = {
{
QT_MOC_LITERAL(0, 0, 7), // "ChatFri"
QT_MOC_LITERAL(1, 8, 4), // "kill"
QT_MOC_LITERAL(2, 13, 0), // ""
QT_MOC_LITERAL(3, 14, 21), // "on_pushButton_pressed"
QT_MOC_LITERAL(4, 36, 21), // "on_sendButton_clicked"
QT_MOC_LITERAL(5, 58, 23) // "on_pushButton_2_clicked"

},
"ChatFri\0kill\0\0on_pushButton_pressed\0"
"on_sendButton_clicked\0on_pushButton_2_clicked"
};
#undef QT_MOC_LITERAL

static const uint qt_meta_data_ChatFri[] = {

// content:
8, // revision
0, // classname
0, 0, // classinfo
4, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
1, // signalCount

// signals: name, argc, parameters, tag, flags
1, 0, 34, 2, 0x06 /* Public */,

// slots: name, argc, parameters, tag, flags
3, 0, 35, 2, 0x08 /* Private */,
4, 0, 36, 2, 0x08 /* Private */,
5, 0, 37, 2, 0x08 /* Private */,

// signals: parameters
QMetaType::Void,

// slots: parameters
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,

0 // eod
};

void ChatFri::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
if (_c == QMetaObject::InvokeMetaMethod) {
ChatFri *_t = static_cast<ChatFri *>(_o);
Q_UNUSED(_t)
switch (_id) {
case 0: _t->kill(); break;
case 1: _t->on_pushButton_pressed(); break;
case 2: _t->on_sendButton_clicked(); break;
case 3: _t->on_pushButton_2_clicked(); break;
default: ;
}
} else if (_c == QMetaObject::IndexOfMethod) {
int *result = reinterpret_cast<int *>(_a[0]);
{
using _t = void (ChatFri::*)();
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&ChatFri::kill)) {
*result = 0;
return;
}
}
}
Q_UNUSED(_a);
}

QT_INIT_METAOBJECT const QMetaObject ChatFri::staticMetaObject = { {
&QWidget::staticMetaObject,
qt_meta_stringdata_ChatFri.data,
qt_meta_data_ChatFri,
qt_static_metacall,
nullptr,
nullptr
} };


const QMetaObject *ChatFri::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}

void *ChatFri::qt_metacast(const char *_clname)
{
if (!_clname) return nullptr;
if (!strcmp(_clname, qt_meta_stringdata_ChatFri.stringdata0))
return static_cast<void*>(this);
return QWidget::qt_metacast(_clname);
}

int ChatFri::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QWidget::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 4)
qt_static_metacall(this, _c, _id, _a);
_id -= 4;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 4)
*reinterpret_cast<int*>(_a[0]) = -1;
_id -= 4;
}
return _id;
}

// SIGNAL 0
void ChatFri::kill()
{
QMetaObject::activate(this, &staticMetaObject, 0, nullptr);
}
QT_WARNING_POP
QT_END_MOC_NAMESPACE
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
/****************************************************************************
** Meta object code from reading C++ file 'frilist.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.12.0)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

#include "../../demo2/frilist.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'frilist.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.12.0. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif

QT_BEGIN_MOC_NAMESPACE
QT_WARNING_PUSH
QT_WARNING_DISABLE_DEPRECATED
struct qt_meta_stringdata_FriList_t {
QByteArrayData data[1];
char stringdata0[8];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
qptrdiff(offsetof(qt_meta_stringdata_FriList_t, stringdata0) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_FriList_t qt_meta_stringdata_FriList = {
{
QT_MOC_LITERAL(0, 0, 7) // "FriList"

},
"FriList"
};
#undef QT_MOC_LITERAL

static const uint qt_meta_data_FriList[] = {

// content:
8, // revision
0, // classname
0, 0, // classinfo
0, 0, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
0, // signalCount

0 // eod
};

void FriList::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
Q_UNUSED(_o);
Q_UNUSED(_id);
Q_UNUSED(_c);
Q_UNUSED(_a);
}

QT_INIT_METAOBJECT const QMetaObject FriList::staticMetaObject = { {
&QToolBox::staticMetaObject,
qt_meta_stringdata_FriList.data,
qt_meta_data_FriList,
qt_static_metacall,
nullptr,
nullptr
} };


const QMetaObject *FriList::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}

void *FriList::qt_metacast(const char *_clname)
{
if (!_clname) return nullptr;
if (!strcmp(_clname, qt_meta_stringdata_FriList.stringdata0))
return static_cast<void*>(this);
return QToolBox::qt_metacast(_clname);
}

int FriList::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QToolBox::qt_metacall(_c, _id, _a);
return _id;
}
QT_WARNING_POP
QT_END_MOC_NAMESPACE
Loading

0 comments on commit 91b7ae3

Please sign in to comment.