1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00

update some headers +qqtcore.h

This commit is contained in:
tianduanrui 2017-11-07 09:39:51 +08:00
parent 7eddbed153
commit 71c65fe6ed
6 changed files with 14 additions and 6 deletions

View File

@ -4,7 +4,6 @@ CONFIG += ordered
SUBDIRS = src/qqt.pro
#open SUBDIRS += examples/framelesshelperwidget
#open SUBDIRS += examples/qqtframe
#open SUBDIRS += examples/qqtframe2
#open SUBDIRS += examples/animationframe
#open SUBDIRS += examples/cmdwidget
#open SUBDIRS += examples/qqtnetworkexample
@ -13,9 +12,11 @@ SUBDIRS += examples/exquisite
#open SUBDIRS += examples/QtSdkManager
#open SUBDIRS += examples/QQtInstaller
#open SUBDIRS += examples/qqtframe2
#need QQt installed to Qt library or
#need QQt installed to sdk
#open SUBDIRS += examples/qqtframe3
#openSUBDIRS += examples/qqtframe3
#SUBDIRS += examples/VegeTablesPrice
#need vlcQt libvlc library

View File

@ -19,8 +19,11 @@ contains (CONFIG, BUILD_SRC) {
#if you want to build src but not link QQt in this project
include($${QQT_SOURCE_ROOT}/src/qqt_source.pri)
} else {
#if you want to link QQt library
include($${QQT_SOURCE_ROOT}/src/qqt_library.pri)
contains(QKIT_PRIVATE, WIN32|WIN64) {
} else {
#if you want to link QQt library
include($${QQT_SOURCE_ROOT}/src/qqt_library.pri)
}
}
############

View File

@ -9,6 +9,7 @@
#include <QTabBar>
#include <QPainter>
#include <QTimer>
#include <qqtcore.h>
class QQtSlideEffectTabBar : public QTabBar
{

View File

@ -5,6 +5,7 @@
#include <QTcpSocket>
#include <QHostInfo>
#include "qqtclient.h"
#include "qqtcore.h"
QQTClient::QQTClient(QObject* parent) :
QTcpSocket(parent)

View File

@ -11,7 +11,9 @@ message(Link QQt to $${TARGET} $${QKIT_PRIVATE} \
at $${QT_VERSION} $${SYSNAME} $${BUILD} \
on $${QMAKE_HOST.os})
QQT_LIB_PWD = $$PWD/../sdk/lib
isEmpty(QQT_LIB_PWD) {
QQT_LIB_PWD = $$PWD/../sdk/lib
}
message (Link QQt from: $$QQT_LIB_PWD)
contains(DEFINES, __DARWIN__) {

View File

@ -6,7 +6,7 @@
#-------------------------------------------------
#QQt source
#Don't modify this pri
#FDL1.3 GPLv3 LGPLv2.1 PreviewCommercial
#FDLv1.3 GPLv3 LGPLv2.1 PreviewCommercial
#2017年10月29日09:16:41
#-------------------------------------------------
SOURCES +=