VisionPlus.pri 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. # ----------------------------------------------------
  2. # This file is generated by the Qt Visual Studio Tools.
  3. # ------------------------------------------------------
  4. # This is a reminder that you are using a generated .pro file.
  5. # Remove it when you are finished editing this file.
  6. message("You are running qmake on a generated .pro file. This may not work!")
  7. HEADERS += ./Common.h \
  8. ./CommonDraw.h \
  9. ./DialogForLoop.h \
  10. ./DialogWait.h \
  11. ./DialogWaitSelection.h \
  12. ./DialogBlockProperty.h \
  13. ./DialogNewGVL.h \
  14. ./DialogNewPou.h \
  15. ./DialogNewTask.h \
  16. ./DialogNewUI.h \
  17. ./DialogNewVariable.h \
  18. ./DialogPortValue.h \
  19. ./DialogPouSettings.h \
  20. ./DialogPreferences.h \
  21. ./DialogSoftKeyboard.h \
  22. ./DialogSoftKeyboardNumber.h \
  23. ./DialogTaskOption.h \
  24. ./DialogTaskPou.h \
  25. ./DialogUserMsg.h \
  26. ./DialogDataLink.h \
  27. ./DialogNewProject.h \
  28. ./DialogNewDBVariable.h \
  29. ./DialogEditComment.h \
  30. ./DialogDBOption.h \
  31. ./DialogGoto.h \
  32. ./DialogGotoSelection.h \
  33. ./DialogUiOption.h \
  34. ./WindowAppIsometricLineManager.h \
  35. ./WindowAppRefLineManager.h \
  36. ./Pou.h \
  37. ./PouManager.h \
  38. ./ToolDepository.h \
  39. ./WindowAppBlockForloop.h \
  40. ./WindowAppBlockWait.h \
  41. ./WindowAppItemIsometricLine.h \
  42. ./WindowAppItemRefLine.h \
  43. ./WindowAppUiScene.h \
  44. ./WindowAppUiNavView.h \
  45. ./WindowAppPouNavView.h \
  46. ./WindowAppBlockParallel.h \
  47. ./WindowAppItemLinkLine.h \
  48. ./WindowAppBlockStandardBase.h \
  49. ./WindowAppBlockGoto.h \
  50. ./WindowAppBlockComment.h \
  51. ./WindowAppPouDebugView.h \
  52. ./WindowAppUiTool.h \
  53. ./WindowAppUiView.h \
  54. ./WindowAppUiFrame.h \
  55. ./DebugManager.h \
  56. ./PropertyDataLinkEdit.h \
  57. ./DragMimeData.h \
  58. ./TaskManager.h \
  59. ./UiManager.h \
  60. ./GvlManager.h \
  61. ./WindowApp.h \
  62. ./WindowAppBlockBase.h \
  63. ./WindowAppBlockPort.h \
  64. ./WindowAppBlockStandard.h \
  65. ./WindowAppLogView.h \
  66. ./WindowAppGvlView.h \
  67. ./WindowAppItemInterface.h \
  68. ./WindowAppItemLink.h \
  69. ./WindowAppMdiFrame.h \
  70. ./WindowAppMdiSubContainer.h \
  71. ./WindowAppPouScene.h \
  72. ./WindowAppPouView.h \
  73. ./WindowAppPouFrame.h \
  74. ./WindowAppResourceManagerTree.h \
  75. ./WindowAppTaskMonitorView.h \
  76. ./WindowAppTaskView.h \
  77. ./WindowAppTreeTool.h \
  78. ./WindowAppVariableTable.h \
  79. ./WindowRuntimeView.h \
  80. ./WindowRuntime.h \
  81. ./ConfigUtils.h \
  82. ./VPCommand.h \
  83. ./Document.h \
  84. ./Preferences.h \
  85. ./VPGlobal.h \
  86. ./StatusBar.h \
  87. ./PinyinChar.h \
  88. ./PinyinHelper.h \
  89. ./WindowMain.h \
  90. ./quiwidget.h \
  91. ./qtpropertybrowser/selectwidget.h \
  92. ./qtpropertybrowser/variantfactory.h \
  93. ./qtpropertybrowser/variantmanager.h \
  94. ./qtpropertybrowser/objectcontroller.h \
  95. ./qtpropertybrowser/qtbuttonpropertybrowser.h \
  96. ./qtpropertybrowser/qteditorfactory.h \
  97. ./qtpropertybrowser/qtgroupboxpropertybrowser.h \
  98. ./qtpropertybrowser/qtpropertybrowser.h \
  99. ./qtpropertybrowser/qtpropertybrowserutils_p.h \
  100. ./qtpropertybrowser/qtpropertymanager.h \
  101. ./qtpropertybrowser/qttreepropertybrowser.h \
  102. ./qtpropertybrowser/qtvariantproperty.h \
  103. ../Common/DataStructureInner.h \
  104. ../Common/DllToolCommon.h \
  105. ../Common/DataStructure.h \
  106. ../Common/Utility.h \
  107. ../Common/CameraBaseClass/IBaseCamCommon.h \
  108. ../Common/CameraBaseClass/IBaseCamera.h \
  109. ../Common/CameraBaseClass/IBaseCamParamConfig.h \
  110. ./VPControls.h \
  111. ./vpControls/VControlObject.h \
  112. ./vpControls/ValueControl.h \
  113. ./vpControls/VLabel.h \
  114. ./vpControls/VLineEdit.h \
  115. ./vpControls/VListBox.h \
  116. ./vpControls/VRadioBox.h \
  117. ./vpControls/VButton.h \
  118. ./vpControls/VCheckBox.h \
  119. ./vpControls/VComboBox.h \
  120. ./vpControls/VGroupBox.h \
  121. ./vpControls/VPieChart.h \
  122. ./vpControls/VImageControl.h \
  123. ./vpControls/VTableControl.h \
  124. ./vpControls/VCustomPlot.h \
  125. ./QCustomPlot/CustomplotHead.h \
  126. ./QCustomPlot/CustomPlotHelper.h \
  127. ./QCustomPlot/CustomplotTracer.h \
  128. ./QCustomPlot/QCustomPlot.h
  129. SOURCES += ./DialogDBOption.cpp \
  130. ./DialogEditComment.cpp \
  131. ./DialogForLoop.cpp \
  132. ./DialogGotoSelection.cpp \
  133. ./DialogNewDBVariable.cpp \
  134. ./DialogGoto.cpp \
  135. ./DialogUiOption.cpp \
  136. ./DialogWait.cpp \
  137. ./DialogWaitSelection.cpp \
  138. ./DialogNewProject.cpp \
  139. ./DialogBlockProperty.cpp \
  140. ./DialogDataLink.cpp \
  141. ./DialogNewGVL.cpp \
  142. ./DialogNewPou.cpp \
  143. ./DialogNewTask.cpp \
  144. ./DialogNewUI.cpp \
  145. ./DialogNewVariable.cpp \
  146. ./DialogPortValue.cpp \
  147. ./DialogPouSettings.cpp \
  148. ./DialogPreferences.cpp \
  149. ./DialogSoftKeyboard.cpp \
  150. ./DialogSoftKeyboardNumber.cpp \
  151. ./DialogTaskOption.cpp \
  152. ./DialogTaskPou.cpp \
  153. ./DialogUserMsg.cpp \
  154. ./PouExecution.cpp \
  155. ./PouParallel.cpp \
  156. ./DebugManager.cpp \
  157. ./PropertyDataLinkEdit.cpp \
  158. ./Pou.cpp \
  159. ./PouManager.cpp \
  160. ./TaskManager.cpp \
  161. ./ToolDepository.cpp \
  162. ./UiManager.cpp \
  163. ./GvlManager.cpp \
  164. ./WindowApp.cpp \
  165. ./WindowAppBlockBase.cpp \
  166. ./WindowAppBlockComment.cpp \
  167. ./WindowAppBlockForloop.cpp \
  168. ./WindowAppBlockGoto.cpp \
  169. ./WindowAppBlockParallel.cpp \
  170. ./WindowAppBlockPort.cpp \
  171. ./WindowAppBlockStandard.cpp \
  172. ./WindowAppBlockStandardBase.cpp \
  173. ./WindowAppBlockWait.cpp \
  174. ./WindowAppIsometricLineManager.cpp \
  175. ./WindowAppItemIsometricLine.cpp \
  176. ./WindowAppItemLinkLine.cpp \
  177. ./WindowAppLogView.cpp \
  178. ./WindowAppPouDebugView.cpp \
  179. ./WindowAppPouNavView.cpp \
  180. ./WindowAppRefLineManager.cpp \
  181. ./WindowAppUiNavView.cpp \
  182. ./WindowAppItemRefLine.cpp \
  183. ./WindowAppUiScene.cpp \
  184. ./WindowAppUiTool.cpp \
  185. ./WindowAppUiView.cpp \
  186. ./WindowAppGvlView.cpp \
  187. ./WindowAppItemInterface.cpp \
  188. ./WindowAppItemLink.cpp \
  189. ./WindowAppMdiFrame.cpp \
  190. ./WindowAppMdiSubContainer.cpp \
  191. ./WindowAppPouScene.cpp \
  192. ./WindowAppPouView.cpp \
  193. ./WindowAppPouFrame.cpp \
  194. ./WindowAppResourceManagerTree.cpp \
  195. ./WindowAppTaskMonitorView.cpp \
  196. ./WindowAppTaskView.cpp \
  197. ./WindowAppTreeTool.cpp \
  198. ./WindowAppUiFrame.cpp \
  199. ./WindowAppVariableTable.cpp \
  200. ./StatusBar.cpp \
  201. ./ConfigUtils.cpp \
  202. ./Document.cpp \
  203. ./PinyinChar.cpp \
  204. ./PinyinHelper.cpp \
  205. ./Preferences.cpp \
  206. ./VPCommand.cpp \
  207. ./VPGlobal.cpp \
  208. ./WindowMain.cpp \
  209. ./main.cpp \
  210. ./quiwidget.cpp \
  211. ./WindowRuntime.cpp \
  212. ./WindowRuntimeView.cpp \
  213. ./qtpropertybrowser/selectwidget.cpp \
  214. ./qtpropertybrowser/variantfactory.cpp \
  215. ./qtpropertybrowser/variantmanager.cpp \
  216. ./qtpropertybrowser/objectcontroller.cpp \
  217. ./qtpropertybrowser/qtbuttonpropertybrowser.cpp \
  218. ./qtpropertybrowser/qtgroupboxpropertybrowser.cpp \
  219. ./qtpropertybrowser/qtpropertybrowser.cpp \
  220. ./qtpropertybrowser/qtpropertybrowserutils.cpp \
  221. ./qtpropertybrowser/qtvariantproperty.cpp \
  222. ./qtpropertybrowser/qteditorfactory.cpp \
  223. ./qtpropertybrowser/qtpropertymanager.cpp \
  224. ./qtpropertybrowser/qttreepropertybrowser.cpp \
  225. ../Common/DataStructureInner.cpp \
  226. ../Common/DataStructure.cpp \
  227. ./vpControls/VButton.cpp \
  228. ./vpControls/VCheckBox.cpp \
  229. ./vpControls/VComboBox.cpp \
  230. ./vpControls/VControlObject.cpp \
  231. ./vpControls/VCustomPlot.cpp \
  232. ./vpControls/VGroupBox.cpp \
  233. ./vpControls/VImageControl.cpp \
  234. ./vpControls/VLabel.cpp \
  235. ./vpControls/VLineEdit.cpp \
  236. ./vpControls/VListBox.cpp \
  237. ./vpControls/VPieChart.cpp \
  238. ./vpControls/VRadioBox.cpp \
  239. ./vpControls/ValueControl.cpp \
  240. ./vpControls/VTableControl.cpp \
  241. ./QCustomPlot/CustomPlotHelper.cpp \
  242. ./QCustomPlot/CustomPlotTracer.cpp \
  243. ./QCustomPlot/QCustomPlot.cpp
  244. FORMS += ./DialogBlockProperty.ui \
  245. ./DialogDataLink.ui \
  246. ./DialogDBOption.ui \
  247. ./DialogEditComment.ui \
  248. ./DialogForLoop.ui \
  249. ./DialogGotoSelection.ui \
  250. ./DialogNewDBVariable.ui \
  251. ./DialogNewGVL.ui \
  252. ./DialogNewPou.ui \
  253. ./DialogNewProject.ui \
  254. ./DialogNewTask.ui \
  255. ./DialogNewUI.ui \
  256. ./DialogNewVariable.ui \
  257. ./DialogPortValue.ui \
  258. ./DialogPouSettings.ui \
  259. ./DialogPreferences.ui \
  260. ./DialogSoftKeyboard.ui \
  261. ./DialogSoftKeyboardNumber.ui \
  262. ./DialogTaskOption.ui \
  263. ./DialogTaskPou.ui \
  264. ./DialogGoto.ui \
  265. ./DialogUiOption.ui \
  266. ./DialogUserMsg.ui \
  267. ./DialogWait.ui \
  268. ./DialogWaitSelection.ui \
  269. ./WindowApp.ui \
  270. ./WindowAppLogView.ui \
  271. ./WindowAppGvlView.ui \
  272. ./WindowAppPouDebugView.ui \
  273. ./WindowAppPouFrame.ui \
  274. ./WindowAppTaskMonitorView.ui \
  275. ./WindowAppTaskView.ui \
  276. ./WindowAppUiFrame.ui \
  277. ./WindowAppVariableTable.ui \
  278. ./WindowAppVariableViewBase.ui \
  279. ./WindowHardware.ui \
  280. ./WindowHome.ui \
  281. ./WindowMain.ui \
  282. ./WindowRuntime.ui
  283. RESOURCES += qss.qrc \
  284. qtpropertybrowser/qtpropertybrowser.qrc