2 Star 4 Fork 2

liyuanbhu/JHPhoto_BASIC

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
JHPhoto_Basic.pro 3.80 KB
Copy Edit Raw Blame History
#-------------------------------------------------
#
# Project created by QtCreator 2017-05-03T07:32:57
#
#-------------------------------------------------
#msvc:QMAKE_CXXFLAGS += /source-charset:utf-8
VCPKG_DIR = C:/vcpkg/
include(./Logger/MessageLogger.pri)
include(./MeasureView/MeasureView.pri)
include(./Camera/CameraCommon/CameraCommon.pri)
include(./Camera/CameraToupCam/CameraToupCam.pri)
include(./Camera/CameraHikVision/CameraHikVision.pri)
#include(./Camera/CameraDahengImaging/CameraDahengImaging.pri)
#include(./Camera/CameraOpenCV/OpenCVDshowCamera.pri)
#include(./Camera/CameraImagingSource/CameraImagingSource.pri)
#include(./Camera/CameraBasler/CameraBaslerPylon6.pri)
include(./Nosepiece/NosepieceCommon/NosepieceCommon.pri)
include(./Nosepiece/NosepieceOUMIT/NosepieceOUMIT.pri)
#include(./Nosepiece/NosepieceOlympusCBFM/NosepieceOlympusCBFM.pri)
#include(./StageControl/BoPaiTech/BoPaiTech.pri)
include (./StageControl/StageControlCommon/StageControlCommon.pri)
include(./StageControl/StageControlB140/StageControlGalil.pri)
include(./qtOpenCV/opencv4.pri)
include(./LampControl/common/LampControl.pri)
include(./LampControl/DGKM/LampControlDGKM.pri)
include(./LampControl/HITMV/LampControl_HITMV.pri)
include(./ImageProcessing/ImageProcessing.pri)
include(./gsl/gsl.pri)
include(./AutoFocus/AutoFocus.pri)
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = JHPhoto_Basic
TEMPLATE = app
# The following define makes your compiler emit warnings if you use
# any feature of Qt which as been marked as 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
# You can also make your code fail to compile if you use 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
RESOURCES += icon.qrc
RC_FILE = app.rc
SOURCES += main.cpp\
AboutDialog.cpp \
B20MainWindow.cpp \
calibDialog.cpp \
mainwindow.cpp
HEADERS += mainwindow.h \
AboutDialog.h \
B20MainWindow.h \
calibDialog.h
FORMS += mainwindow.ui \
AboutDialog.ui \
calibDialog.ui
TRANSLATIONS = jhphoto_ch.ts
win32{
contains(QT_ARCH, i386) {
CONFIG(release, debug|release){
message("build dir 32-bit release mode")
RCC_DIR += ../temp_x86/JHPhoto/rcc
MOC_DIR += ../temp_x86/JHPhoto/moc
OBJECTS_DIR = ../temp_x86/JHPhoto/obj
UI_DIR = ../temp_x86/JHPhoto/ui
}
CONFIG(debug, debug|release){
message("build dir 32-bit debug mode")
RCC_DIR += ../temp_x86d/JHPhoto/rcc
MOC_DIR += ../temp_x86d/JHPhoto/moc
OBJECTS_DIR = ../temp_x86d/JHPhoto/obj
UI_DIR = ../temp_x86d/JHPhoto/ui
}
} else {
CONFIG(release, debug|release){
message("build dir 64-bit release mode")
RCC_DIR += ../temp_x64/JHPhoto/rcc
MOC_DIR += ../temp_x64/JHPhoto/moc
OBJECTS_DIR = ../temp_x64/JHPhoto/obj
UI_DIR = ../temp_x64/JHPhoto/ui
}
CONFIG(debug, debug|release){
message("build dir 64-bit debug mode")
RCC_DIR += ../temp_x64d/JHPhoto/rcc
MOC_DIR += ../temp_x64d/JHPhoto/moc
OBJECTS_DIR = ../temp_x64d/JHPhoto/obj
UI_DIR = ../temp_x64d/JHPhoto/ui
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liyuanbhu/JHPhoto_BASIC.git
git@gitee.com:liyuanbhu/JHPhoto_BASIC.git
liyuanbhu
JHPhoto_BASIC
JHPhoto_BASIC
master

Search

D67c1975 1850385 1daf7b77 1850385