代码拉取完成,页面将自动刷新
#-------------------------------------------------
#
# Project created by QtCreator 2010-10-28T14:12:12
#
#-------------------------------------------------
QT += core gui opengl xml concurrent
TARGET = YUView
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
yuvfile.cpp \
yuviewapp.cpp \
statslistmodel.cpp \
playlisttreewidget.cpp \
statslistview.cpp \
settingswindow.cpp \
displaywidget.cpp \
displaysplitwidget.cpp \
playlistitem.cpp \
playlistitemvid.cpp \
playlistitemstats.cpp \
playlistitemtext.cpp \
frameobject.cpp \
displayobject.cpp \
statisticsobject.cpp\
textobject.cpp \
edittextdialog.cpp \
plistparser.cpp \
plistserializer.cpp \
playlistitemdifference.cpp \
differenceobject.cpp \
tikzfile.cpp \
tikzdrawtemplates.cpp \
tikzexportwindow.cpp
HEADERS += mainwindow.h \
yuvfile.h \
yuviewapp.h \
statslistmodel.h \
playlisttreewidget.h \
statslistview.h \
settingswindow.h \
displaywidget.h \
displaysplitwidget.h \
playlistitem.h \
playlistitemvid.h \
playlistitemstats.h \
playlistitemtext.h \
frameobject.h \
displayobject.h \
typedef.h \
statisticsobject.h\
textobject.h \
edittextdialog.h \
plistparser.h \
plistserializer.h \
playlistitemdifference.h \
differenceobject.h \
statisticsextensions.h \
tikzfile.h \
tikztemplates.h \
tikzdrawtemplates.h \
tikzextensions.h \
tikzexportwindow.h
FORMS += mainwindow.ui \
settingswindow.ui \
edittextdialog.ui \
tikzexportwindow.ui
RESOURCES += \
images.qrc \
resources.qrc
contains(QT_ARCH, x86_32||i386):{
warning("You are building for a 32 bit system. This is untested!")
}
macx {
CONFIG(debug, debug|release) {
DESTDIR = build/debug
} else {
DESTDIR = build/release
}
OBJECTS_DIR = $$DESTDIR/.obj
MOC_DIR = $$DESTDIR/.moc
RCC_DIR = $$DESTDIR/.qrc
UI_DIR = $$DESTDIR/.ui
QMAKE_MAC_SDK = macosx
ICON = images/YUView.icns
QMAKE_INFO_PLIST = Info.plist
SVNN = $$system("git describe")
# GCC only :-(
#QMAKE_CXXFLAGS += -fopenmp
#QMAKE_LFLAGS *= -fopenmp
}
linux {
CONFIG(debug, debug|release) {
DESTDIR = build/debug
} else {
DESTDIR = build/release
}
OBJECTS_DIR = $$DESTDIR/.obj
MOC_DIR = $$DESTDIR/.moc
RCC_DIR = $$DESTDIR/.qrc
UI_DIR = $$DESTDIR/.ui
QMAKE_CXXFLAGS += -fopenmp
QMAKE_LFLAGS *= -fopenmp
SVNN = $$system("git describe")
}
win32-msvc* {
message("MSVC Compiler detected.")
QMAKE_CXXFLAGS += -openmp # that works for the msvc2012 compiler
QMAKE_LFLAGS += -openmp, --large-address-aware
}
win32-g++ {
message("MinGW Compiler detected.")
QMAKE_CXXFLAGS += -fopenmp # that should work for a MinGW build?
QMAKE_LFLAGS += -fopenmp
}
win32 {
#QMAKE_LFLAGS_DEBUG = /INCREMENTAL:NO
RC_FILE += WindowsAppIcon.rc
SVNN = $$system("git describe")
#SVNN = $$replace(SVNN,"M","")
#SVNN = $$replace(SVNN,"S","")
#SVNN = $$replace(SVNN,"P","")
#SVNN = $$section(SVNN, :, 0, 0)
}
isEmpty(SVNN) {
SVNN = 0
}
VERSTR = '\\"$${SVNN}\\"'
DEFINES += YUVIEW_VERSION=\"$${VERSTR}\"
OTHER_FILES += \
tpl/tikzpicture.tex.tpl \
tpl/output.tex.tpl
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。