1234567891011121314151617181920212223 |
- # ----------------------------------------------------
- # This file is generated by the Qt Visual Studio Tools.
- # ------------------------------------------------------
- # This is a reminder that you are using a generated .pro file.
- # Remove it when you are finished editing this file.
- message("You are running qmake on a generated .pro file. This may not work!")
- HEADERS += ./CamParamConfig.h \
- ./Camera_Global.h \
- ./EntityCamera.h \
- ./DllExportl.h \
- ./DialogCamPasram.h \
- ../../Common/CameraBaseClass/IBaseCamParamConfig.h \
- ../../Common/CameraBaseClass/IBaseCamera.h \
- ../../Common/CameraBaseClass/IBaseCamCommon.h
- SOURCES += ./CamParamConfig.cpp \
- ./DialogCamPasram.cpp \
- ./DllExport.cpp \
- ./EntityCamera.cpp
- FORMS += ./DialogCamPasram.ui
|