ConfigurableTool.pro 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. QT += core gui
  2. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  3. CONFIG += c++11
  4. # You can make your code fail to compile if it uses deprecated APIs.
  5. # In order to do so, uncomment the following line.
  6. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
  7. SOURCES += \
  8. basicproperty.cpp \
  9. changenamedialog.cpp \
  10. collectionwindow.cpp \
  11. containerpool.cpp \
  12. elemPropertyData.cpp \
  13. main.cpp \
  14. mainwindow.cpp \
  15. plistcpp/plist.cpp \
  16. plistcpp/plistdate.cpp \
  17. plistcpp/pugixml.cpp \
  18. plistcpp/redream.cpp \
  19. resfiledialog.cpp \
  20. statusconfiguration.cpp
  21. HEADERS += \
  22. basicproperty.h \
  23. boost/any.hpp \
  24. boost/config.hpp \
  25. boost/config/abi/borland_prefix.hpp \
  26. boost/config/abi/borland_suffix.hpp \
  27. boost/config/abi/msvc_prefix.hpp \
  28. boost/config/abi/msvc_suffix.hpp \
  29. boost/config/abi_prefix.hpp \
  30. boost/config/abi_suffix.hpp \
  31. boost/config/auto_link.hpp \
  32. boost/config/compiler/borland.hpp \
  33. boost/config/compiler/clang.hpp \
  34. boost/config/compiler/codegear.hpp \
  35. boost/config/compiler/comeau.hpp \
  36. boost/config/compiler/common_edg.hpp \
  37. boost/config/compiler/compaq_cxx.hpp \
  38. boost/config/compiler/cray.hpp \
  39. boost/config/compiler/digitalmars.hpp \
  40. boost/config/compiler/gcc.hpp \
  41. boost/config/compiler/gcc_xml.hpp \
  42. boost/config/compiler/greenhills.hpp \
  43. boost/config/compiler/hp_acc.hpp \
  44. boost/config/compiler/intel.hpp \
  45. boost/config/compiler/kai.hpp \
  46. boost/config/compiler/metrowerks.hpp \
  47. boost/config/compiler/mpw.hpp \
  48. boost/config/compiler/nvcc.hpp \
  49. boost/config/compiler/pathscale.hpp \
  50. boost/config/compiler/pgi.hpp \
  51. boost/config/compiler/sgi_mipspro.hpp \
  52. boost/config/compiler/sunpro_cc.hpp \
  53. boost/config/compiler/vacpp.hpp \
  54. boost/config/compiler/visualc.hpp \
  55. boost/config/no_tr1/cmath.hpp \
  56. boost/config/no_tr1/complex.hpp \
  57. boost/config/no_tr1/functional.hpp \
  58. boost/config/no_tr1/memory.hpp \
  59. boost/config/no_tr1/utility.hpp \
  60. boost/config/platform/aix.hpp \
  61. boost/config/platform/amigaos.hpp \
  62. boost/config/platform/beos.hpp \
  63. boost/config/platform/bsd.hpp \
  64. boost/config/platform/cray.hpp \
  65. boost/config/platform/cygwin.hpp \
  66. boost/config/platform/hpux.hpp \
  67. boost/config/platform/irix.hpp \
  68. boost/config/platform/linux.hpp \
  69. boost/config/platform/macos.hpp \
  70. boost/config/platform/qnxnto.hpp \
  71. boost/config/platform/solaris.hpp \
  72. boost/config/platform/symbian.hpp \
  73. boost/config/platform/vms.hpp \
  74. boost/config/platform/vxworks.hpp \
  75. boost/config/platform/win32.hpp \
  76. boost/config/posix_features.hpp \
  77. boost/config/requires_threads.hpp \
  78. boost/config/select_compiler_config.hpp \
  79. boost/config/select_platform_config.hpp \
  80. boost/config/select_stdlib_config.hpp \
  81. boost/config/stdlib/dinkumware.hpp \
  82. boost/config/stdlib/libcomo.hpp \
  83. boost/config/stdlib/libcpp.hpp \
  84. boost/config/stdlib/libstdcpp3.hpp \
  85. boost/config/stdlib/modena.hpp \
  86. boost/config/stdlib/msl.hpp \
  87. boost/config/stdlib/roguewave.hpp \
  88. boost/config/stdlib/sgi.hpp \
  89. boost/config/stdlib/stlport.hpp \
  90. boost/config/stdlib/vacpp.hpp \
  91. boost/config/suffix.hpp \
  92. boost/config/user.hpp \
  93. boost/config/warning_disable.hpp \
  94. boost/cstdint.hpp \
  95. boost/current_function.hpp \
  96. boost/detail/workaround.hpp \
  97. boost/exception/detail/attribute_noreturn.hpp \
  98. boost/exception/exception.hpp \
  99. boost/limits.hpp \
  100. boost/locale/definitions.hpp \
  101. boost/locale/encoding_errors.hpp \
  102. boost/locale/encoding_utf.hpp \
  103. boost/locale/utf.hpp \
  104. boost/mpl/aux_/adl_barrier.hpp \
  105. boost/mpl/aux_/arity.hpp \
  106. boost/mpl/aux_/config/adl.hpp \
  107. boost/mpl/aux_/config/arrays.hpp \
  108. boost/mpl/aux_/config/ctps.hpp \
  109. boost/mpl/aux_/config/dtp.hpp \
  110. boost/mpl/aux_/config/eti.hpp \
  111. boost/mpl/aux_/config/gcc.hpp \
  112. boost/mpl/aux_/config/integral.hpp \
  113. boost/mpl/aux_/config/intel.hpp \
  114. boost/mpl/aux_/config/lambda.hpp \
  115. boost/mpl/aux_/config/msvc.hpp \
  116. boost/mpl/aux_/config/nttp.hpp \
  117. boost/mpl/aux_/config/overload_resolution.hpp \
  118. boost/mpl/aux_/config/preprocessor.hpp \
  119. boost/mpl/aux_/config/static_constant.hpp \
  120. boost/mpl/aux_/config/ttp.hpp \
  121. boost/mpl/aux_/config/workaround.hpp \
  122. boost/mpl/aux_/integral_wrapper.hpp \
  123. boost/mpl/aux_/lambda_arity_param.hpp \
  124. boost/mpl/aux_/lambda_support.hpp \
  125. boost/mpl/aux_/na.hpp \
  126. boost/mpl/aux_/na_fwd.hpp \
  127. boost/mpl/aux_/na_spec.hpp \
  128. boost/mpl/aux_/nttp_decl.hpp \
  129. boost/mpl/aux_/preprocessor/def_params_tail.hpp \
  130. boost/mpl/aux_/preprocessor/enum.hpp \
  131. boost/mpl/aux_/preprocessor/filter_params.hpp \
  132. boost/mpl/aux_/preprocessor/params.hpp \
  133. boost/mpl/aux_/preprocessor/sub.hpp \
  134. boost/mpl/aux_/preprocessor/tuple.hpp \
  135. boost/mpl/aux_/static_cast.hpp \
  136. boost/mpl/aux_/template_arity_fwd.hpp \
  137. boost/mpl/aux_/value_wknd.hpp \
  138. boost/mpl/aux_/yes_no.hpp \
  139. boost/mpl/bool.hpp \
  140. boost/mpl/bool_fwd.hpp \
  141. boost/mpl/eval_if.hpp \
  142. boost/mpl/identity.hpp \
  143. boost/mpl/if.hpp \
  144. boost/mpl/int.hpp \
  145. boost/mpl/int_fwd.hpp \
  146. boost/mpl/integral_c.hpp \
  147. boost/mpl/integral_c_fwd.hpp \
  148. boost/mpl/integral_c_tag.hpp \
  149. boost/mpl/lambda_fwd.hpp \
  150. boost/mpl/limits/arity.hpp \
  151. boost/mpl/void_fwd.hpp \
  152. boost/preprocessor/arithmetic/add.hpp \
  153. boost/preprocessor/arithmetic/dec.hpp \
  154. boost/preprocessor/arithmetic/inc.hpp \
  155. boost/preprocessor/arithmetic/sub.hpp \
  156. boost/preprocessor/array/data.hpp \
  157. boost/preprocessor/array/elem.hpp \
  158. boost/preprocessor/array/size.hpp \
  159. boost/preprocessor/cat.hpp \
  160. boost/preprocessor/comma_if.hpp \
  161. boost/preprocessor/config/config.hpp \
  162. boost/preprocessor/control/detail/dmc/while.hpp \
  163. boost/preprocessor/control/detail/edg/while.hpp \
  164. boost/preprocessor/control/detail/msvc/while.hpp \
  165. boost/preprocessor/control/detail/while.hpp \
  166. boost/preprocessor/control/expr_iif.hpp \
  167. boost/preprocessor/control/if.hpp \
  168. boost/preprocessor/control/iif.hpp \
  169. boost/preprocessor/control/while.hpp \
  170. boost/preprocessor/debug/error.hpp \
  171. boost/preprocessor/detail/auto_rec.hpp \
  172. boost/preprocessor/detail/check.hpp \
  173. boost/preprocessor/detail/dmc/auto_rec.hpp \
  174. boost/preprocessor/detail/is_binary.hpp \
  175. boost/preprocessor/empty.hpp \
  176. boost/preprocessor/enum_params.hpp \
  177. boost/preprocessor/facilities/empty.hpp \
  178. boost/preprocessor/facilities/identity.hpp \
  179. boost/preprocessor/facilities/overload.hpp \
  180. boost/preprocessor/identity.hpp \
  181. boost/preprocessor/inc.hpp \
  182. boost/preprocessor/iterate.hpp \
  183. boost/preprocessor/iteration/detail/bounds/lower1.hpp \
  184. boost/preprocessor/iteration/detail/bounds/lower2.hpp \
  185. boost/preprocessor/iteration/detail/bounds/lower3.hpp \
  186. boost/preprocessor/iteration/detail/bounds/lower4.hpp \
  187. boost/preprocessor/iteration/detail/bounds/lower5.hpp \
  188. boost/preprocessor/iteration/detail/bounds/upper1.hpp \
  189. boost/preprocessor/iteration/detail/bounds/upper2.hpp \
  190. boost/preprocessor/iteration/detail/bounds/upper3.hpp \
  191. boost/preprocessor/iteration/detail/bounds/upper4.hpp \
  192. boost/preprocessor/iteration/detail/bounds/upper5.hpp \
  193. boost/preprocessor/iteration/detail/finish.hpp \
  194. boost/preprocessor/iteration/detail/iter/forward1.hpp \
  195. boost/preprocessor/iteration/detail/iter/forward2.hpp \
  196. boost/preprocessor/iteration/detail/iter/forward3.hpp \
  197. boost/preprocessor/iteration/detail/iter/forward4.hpp \
  198. boost/preprocessor/iteration/detail/iter/forward5.hpp \
  199. boost/preprocessor/iteration/detail/iter/reverse1.hpp \
  200. boost/preprocessor/iteration/detail/iter/reverse2.hpp \
  201. boost/preprocessor/iteration/detail/iter/reverse3.hpp \
  202. boost/preprocessor/iteration/detail/iter/reverse4.hpp \
  203. boost/preprocessor/iteration/detail/iter/reverse5.hpp \
  204. boost/preprocessor/iteration/detail/local.hpp \
  205. boost/preprocessor/iteration/detail/rlocal.hpp \
  206. boost/preprocessor/iteration/detail/self.hpp \
  207. boost/preprocessor/iteration/detail/start.hpp \
  208. boost/preprocessor/iteration/iterate.hpp \
  209. boost/preprocessor/iteration/local.hpp \
  210. boost/preprocessor/iteration/self.hpp \
  211. boost/preprocessor/list/adt.hpp \
  212. boost/preprocessor/list/detail/dmc/fold_left.hpp \
  213. boost/preprocessor/list/detail/edg/fold_left.hpp \
  214. boost/preprocessor/list/detail/edg/fold_right.hpp \
  215. boost/preprocessor/list/detail/fold_left.hpp \
  216. boost/preprocessor/list/detail/fold_right.hpp \
  217. boost/preprocessor/list/fold_left.hpp \
  218. boost/preprocessor/list/fold_right.hpp \
  219. boost/preprocessor/list/for_each_i.hpp \
  220. boost/preprocessor/list/reverse.hpp \
  221. boost/preprocessor/logical/and.hpp \
  222. boost/preprocessor/logical/bitand.hpp \
  223. boost/preprocessor/logical/bool.hpp \
  224. boost/preprocessor/logical/compl.hpp \
  225. boost/preprocessor/punctuation/comma.hpp \
  226. boost/preprocessor/punctuation/comma_if.hpp \
  227. boost/preprocessor/repeat.hpp \
  228. boost/preprocessor/repetition/detail/dmc/for.hpp \
  229. boost/preprocessor/repetition/detail/edg/for.hpp \
  230. boost/preprocessor/repetition/detail/for.hpp \
  231. boost/preprocessor/repetition/detail/msvc/for.hpp \
  232. boost/preprocessor/repetition/enum_params.hpp \
  233. boost/preprocessor/repetition/for.hpp \
  234. boost/preprocessor/repetition/repeat.hpp \
  235. boost/preprocessor/slot/detail/counter.hpp \
  236. boost/preprocessor/slot/detail/def.hpp \
  237. boost/preprocessor/slot/detail/shared.hpp \
  238. boost/preprocessor/slot/detail/slot1.hpp \
  239. boost/preprocessor/slot/detail/slot2.hpp \
  240. boost/preprocessor/slot/detail/slot3.hpp \
  241. boost/preprocessor/slot/detail/slot4.hpp \
  242. boost/preprocessor/slot/detail/slot5.hpp \
  243. boost/preprocessor/slot/slot.hpp \
  244. boost/preprocessor/tuple/eat.hpp \
  245. boost/preprocessor/tuple/elem.hpp \
  246. boost/preprocessor/tuple/rem.hpp \
  247. boost/preprocessor/tuple/to_list.hpp \
  248. boost/preprocessor/variadic/elem.hpp \
  249. boost/preprocessor/variadic/size.hpp \
  250. boost/static_assert.hpp \
  251. boost/throw_exception.hpp \
  252. boost/type_traits/add_pointer.hpp \
  253. boost/type_traits/add_reference.hpp \
  254. boost/type_traits/broken_compiler_spec.hpp \
  255. boost/type_traits/config.hpp \
  256. boost/type_traits/decay.hpp \
  257. boost/type_traits/detail/bool_trait_def.hpp \
  258. boost/type_traits/detail/bool_trait_undef.hpp \
  259. boost/type_traits/detail/cv_traits_impl.hpp \
  260. boost/type_traits/detail/false_result.hpp \
  261. boost/type_traits/detail/ice_and.hpp \
  262. boost/type_traits/detail/ice_eq.hpp \
  263. boost/type_traits/detail/ice_not.hpp \
  264. boost/type_traits/detail/ice_or.hpp \
  265. boost/type_traits/detail/is_function_ptr_helper.hpp \
  266. boost/type_traits/detail/is_function_ptr_tester.hpp \
  267. boost/type_traits/detail/template_arity_spec.hpp \
  268. boost/type_traits/detail/type_trait_def.hpp \
  269. boost/type_traits/detail/type_trait_undef.hpp \
  270. boost/type_traits/detail/wrap.hpp \
  271. boost/type_traits/detail/yes_no_type.hpp \
  272. boost/type_traits/ice.hpp \
  273. boost/type_traits/integral_constant.hpp \
  274. boost/type_traits/is_array.hpp \
  275. boost/type_traits/is_const.hpp \
  276. boost/type_traits/is_function.hpp \
  277. boost/type_traits/is_lvalue_reference.hpp \
  278. boost/type_traits/is_reference.hpp \
  279. boost/type_traits/is_rvalue_reference.hpp \
  280. boost/type_traits/is_same.hpp \
  281. boost/type_traits/msvc/remove_bounds.hpp \
  282. boost/type_traits/msvc/remove_reference.hpp \
  283. boost/type_traits/msvc/typeof.hpp \
  284. boost/type_traits/remove_bounds.hpp \
  285. boost/type_traits/remove_reference.hpp \
  286. boost/utility/enable_if.hpp \
  287. boost/version.hpp \
  288. changenamedialog.h \
  289. collectionwindow.h \
  290. containerpool.h \
  291. elemPropertyData.h \
  292. mainwindow.h \
  293. plisthpp/Plist.hpp \
  294. plisthpp/PlistDate.hpp \
  295. plisthpp/base64.hpp \
  296. plisthpp/pugiconfig.hpp \
  297. plisthpp/pugixml.hpp \
  298. plisthpp/redream.h \
  299. resfiledialog.h \
  300. statusconfiguration.h
  301. FORMS += \
  302. basicproperty.ui \
  303. changenamedialog.ui \
  304. collectionwindow.ui \
  305. containerpool.ui \
  306. mainwindow.ui \
  307. resfiledialog.ui \
  308. statusconfiguration.ui
  309. # Default rules for deployment.
  310. qnx: target.path = /tmp/$${TARGET}/bin
  311. else: unix:!android: target.path = /opt/$${TARGET}/bin
  312. !isEmpty(target.path): INSTALLS += target
  313. DISTFILES += \
  314. boost/license.txt