1 Star 0 Fork 1

seasky100/Piscis

forked from Mtr1994/Piscis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Piscis.pro 2.68 KB
一键复制 编辑 原始数据 按行查看 历史
Mtr1994 提交于 2023-02-06 15:02 . little bug
QT += core gui opengl
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++11
lessThan(QT_MAJOR_VERSION, 6): win32: QMAKE_CXXFLAGS += -execution-charset:utf-8
# make the application have authority of running on Ubuntu, and I do not know why it works
unix: QMAKE_LFLAGS += -no-pie
# Qt 5.14 VERSION can only contains numbers, no any others type of character please
# please do not put 0 before any version number, because this will cause a warnning on Qt 5.14
win32: VERSION = 23.02.06.1447 # major.minor.patch.build
else: VERSION = 21.5.9 # major.minor.patch
QMAKE_TARGET_COPYRIGHT = Create By User Mtr1994
# The following define makes your compiler emit warnings if you use
# any Qt feature that has been marked deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
# 禁用 QDebug 输出调试i信息
#DEFINES += QT_NO_DEBUG_OUTPUT
# You can also make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
INCLUDEPATH += $$PWD/Sdk/opencv_4_5_5/include
DESTDIR = ../Output
SOURCES += \
Control/Message/messagewidget.cpp \
Delegate/picturedelegate.cpp \
Dialog/dialogversion.cpp \
Graphics/graphicsview.cpp \
Graphics/picturerectitem.cpp \
Public/appsignal.cpp \
Widget/widgetgraphicsview.cpp \
Widget/widgetpicturegallery.cpp \
main.cpp \
mainwindow.cpp
HEADERS += \
Control/Message/messagewidget.h \
Delegate/picturedelegate.h \
Dialog/dialogversion.h \
Graphics/graphicsview.h \
Graphics/picturerectitem.h \
Public/appsignal.h \
Widget/widgetgraphicsview.h \
Widget/widgetpicturegallery.h \
mainwindow.h
FORMS += \
Dialog/dialogversion.ui \
mainwindow.ui
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
RC_ICONS = ./Resource/icon/icon.ico
RESOURCES += \
res.qrc
#0x0800代表和系统当前语言一致
RC_LANG = 0x0800
LIBS += -L$$PWD/Sdk/opencv_4_5_5/lib \
-lopencv_stitching455 \
-lopencv_calib3d455 \
-lopencv_core455 \
-lopencv_dnn455 \
-lopencv_features2d455 \
-lopencv_flann455 \
-lopencv_gapi455 \
-lopencv_highgui455 \
-lopencv_imgcodecs455 \
-lopencv_imgproc455 \
-lopencv_ml455 \
-lopencv_objdetect455 \
-lopencv_photo455 \
-lopencv_video455 \
-lopencv_videoio455
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/seasky100/Piscis.git
[email protected]:seasky100/Piscis.git
seasky100
Piscis
Piscis
master

搜索帮助