mirror of
https://gitee.com/drabel/LibQQt.git
synced 2025-01-04 10:18:44 +08:00
update qr code
This commit is contained in:
parent
763ec1027c
commit
81df49c3fe
@ -5,7 +5,7 @@ SUBDIRS =
|
||||
SUBDIRS += src/qqt.pro
|
||||
#SUBDIRS += examples/framelesshelperwidget
|
||||
#SUBDIRS += examples/qqtframe
|
||||
SUBDIRS += examples/qqtframe2
|
||||
#SUBDIRS += examples/qqtframe2
|
||||
#SUBDIRS += examples/animationframe
|
||||
#SUBDIRS += examples/cmdwidget
|
||||
#SUBDIRS += examples/qqtbluetoothfiletransferserver
|
||||
|
@ -58,6 +58,8 @@ equals(QKIT_, EMBEDDED) {
|
||||
DEFINES += __WIN64__
|
||||
} else:equals(QKIT_, macOS) {
|
||||
DEFINES += __DARWIN__
|
||||
} else:equals(QKIT_, iOS) {
|
||||
DEFINES += __IOS__
|
||||
} else:equals(QKIT_, Android) {
|
||||
DEFINES += __ANDROID__
|
||||
} else:equals(QKIT_, ANDROIDX86) {
|
||||
@ -80,6 +82,7 @@ greaterThan(QT_MAJOR_VERSION, 4): DEFINES += __QT5__
|
||||
#DEFINES += __QEXTSERIALPORT__
|
||||
#if compiler QtSerialPort module manual, note this line is a good idea.
|
||||
lessThan(QT_MAJOR_VERSION, 5): DEFINES += __QEXTSERIALPORT__
|
||||
contains (DEFINES, __IOS__): DEFINES += __QEXTSERIALPORT__
|
||||
contains (DEFINES, __QEXTSERIALPORT__) {
|
||||
#include ( $$PWD/network/qextserialport/qextserialport.pri )
|
||||
CONFIG += thread
|
||||
|
@ -39,8 +39,7 @@ SOURCES = \
|
||||
$$PWD/exquisite/qqtcustomverificationcode.cpp \
|
||||
$$PWD/exquisite/qqtfadeeffectwidget.cpp \
|
||||
$$PWD/exquisite/qqtshadoweffectwidget.cpp \
|
||||
$$PWD/exquisite/qqtpopeffectdialog.cpp \
|
||||
$$PWD/exquisite/qqtcustomqrencodewidget.cpp
|
||||
$$PWD/exquisite/qqtpopeffectdialog.cpp
|
||||
HEADERS = \
|
||||
$$PWD/exquisite/qqtcustomspeedmeter.h \
|
||||
$$PWD/exquisite/qqtframelesshelper.h \
|
||||
@ -55,7 +54,6 @@ HEADERS = \
|
||||
$$PWD/exquisite/qqtcustomverificationcode.h \
|
||||
$$PWD/exquisite/qqtfadeeffectwidget.h \
|
||||
$$PWD/exquisite/qqtshadoweffectwidget.h \
|
||||
$$PWD/exquisite/qqtcustomqrencodewidget.h \
|
||||
$$PWD/exquisite/qqtpopeffectdialog.h
|
||||
|
||||
#qrcode
|
||||
@ -84,6 +82,11 @@ contains (DEFINES, __QRENCODE__) {
|
||||
$$PWD/qrencode/qrspec.c \
|
||||
$$PWD/qrencode/rscode.c \
|
||||
$$PWD/qrencode/split.c
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/exquisite/qqtcustomqrencodewidget.h
|
||||
SOURCES += \
|
||||
$$PWD/exquisite/qqtcustomqrencodewidget.cpp
|
||||
}
|
||||
|
||||
#root dir
|
||||
@ -213,7 +216,6 @@ equals(QKIT_, MIPS32) {
|
||||
$$PWD/dmmu/hal.h
|
||||
}
|
||||
|
||||
|
||||
#frame
|
||||
equals(QKIT_, MIPS32) {
|
||||
SOURCES += $$PWD/frame/qqtpreviewwidget.cpp \
|
||||
|
Loading…
x
Reference in New Issue
Block a user