|
|
|
@ -14,7 +14,7 @@ QMAKE_PROJECT_DEPTH = 0
|
|
|
|
|
# QMAKE_LFLAGS += /MANIFESTUAC:\"level=\'requireAdministrator\' uiAccess=\'false\'\"
|
|
|
|
|
|
|
|
|
|
#程序版本
|
|
|
|
|
VERSION = 1.1.0.0
|
|
|
|
|
VERSION = 1.1.0.1
|
|
|
|
|
#程序版本
|
|
|
|
|
QMAKE_TARGET_COMPANY = "HTSDFP"
|
|
|
|
|
|
|
|
|
@ -64,11 +64,21 @@ LIBS += -L$$PWD/3rdparty/ffmpeg/lib \
|
|
|
|
|
-lavcodec -lavdevice -lavfilter -lavformat -lavutil -lpostproc \
|
|
|
|
|
-lswresample -lswscale
|
|
|
|
|
|
|
|
|
|
LIBS += -L$$PWD/3rdparty/QNotify/lib \
|
|
|
|
|
-lQNotifyd
|
|
|
|
|
# win32 {
|
|
|
|
|
# LIBS += -luser32
|
|
|
|
|
# }
|
|
|
|
|
|
|
|
|
|
# Windows
|
|
|
|
|
win32 {
|
|
|
|
|
# LIBS += -luser32
|
|
|
|
|
CONFIG(debug, debug|release){
|
|
|
|
|
#debug
|
|
|
|
|
LIBS += -L$$PWD/3rdparty/QNotify/lib \
|
|
|
|
|
-lQNotifyd
|
|
|
|
|
}
|
|
|
|
|
else:CONFIG(release, debug|release){
|
|
|
|
|
#release
|
|
|
|
|
LIBS += -L$$PWD/3rdparty/QNotify/lib \
|
|
|
|
|
-lQNotify
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
include($$PWD/Src/HomePage/HomePage.pri)
|
|
|
|
|
include($$PWD/Src/WebPage/WebPage.pri)
|
|
|
|
|