mirror of
https://github.com/jaredtao/TaoQuick.git
synced 2025-01-29 21:12:55 +08:00
update prf
This commit is contained in:
parent
c7f152026e
commit
5483b00a40
@ -19,10 +19,13 @@
|
||||
MAJ = $$take_first(VerList)
|
||||
MIN = $$take_first(VerList)
|
||||
PAT = $$take_first(VerList)
|
||||
# VER_MAJ = $${MAJ}
|
||||
# VER_MIN = $${MIN}
|
||||
# VER_PAT = $${PAT}
|
||||
# VERSION = $${Ver}
|
||||
equals(TEMPLATE, lib) {
|
||||
CONFIG += skip_target_version_ext
|
||||
VER_MAJ = $${MAJ}
|
||||
VER_MIN = $${MIN}
|
||||
VER_PAT = $${PAT}
|
||||
VERSION = $${Ver}
|
||||
}
|
||||
|
||||
DEFINES += TaoREVISION=$${REVISION}
|
||||
DEFINES += TaoREVISIONSTR=\"\\\"$${REVISION}\\\"\"
|
||||
|
@ -71,14 +71,14 @@ Item {
|
||||
NotifyBox {
|
||||
id: notifyBox
|
||||
}
|
||||
ShaderEffectSource {
|
||||
anchors {
|
||||
right: parent.right
|
||||
bottom: parent.bottom
|
||||
}
|
||||
sourceItem: rootView
|
||||
width: 300
|
||||
height: width / rootView.width * rootView.height
|
||||
recursive: true
|
||||
}
|
||||
// ShaderEffectSource {
|
||||
// anchors {
|
||||
// right: parent.right
|
||||
// bottom: parent.bottom
|
||||
// }
|
||||
// sourceItem: rootView
|
||||
// width: 300
|
||||
// height: width / rootView.width * rootView.height
|
||||
// recursive: true
|
||||
// }
|
||||
}
|
||||
|
@ -11,17 +11,14 @@ CONFIG += file_copies
|
||||
# HEADERS += $$PWD/Ver-u8.h
|
||||
#}
|
||||
|
||||
msvc{
|
||||
msvc {
|
||||
QMAKE_CFLAGS += -source-charset:utf-8
|
||||
QMAKE_CXXFLAGS += -source-charset:utf-8
|
||||
}
|
||||
#一部分头文件加入编译预处理,提高编译速度
|
||||
msvc {
|
||||
msvc | gcc | xcode {
|
||||
CONFIG += precompile_header
|
||||
PRECOMPILED_HEADER = $$PWD/Src/stdafx.h
|
||||
precompile_header:!isEmpty(PRECOMPILED_HEADER) {
|
||||
DEFINES += USING_PCH
|
||||
}
|
||||
}
|
||||
|
||||
HEADERS += \
|
||||
|
@ -4,3 +4,4 @@ SUBDIRS += \
|
||||
TaoQuickApp \
|
||||
TaoQuickPlugin \
|
||||
TaoEffectPlugin
|
||||
CONFIG+= ordered
|
||||
|
Loading…
x
Reference in New Issue
Block a user