YTMPV.cbp 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  2. <CodeBlocks_project_file>
  3. <FileVersion major="1" minor="6" />
  4. <Project>
  5. <Option title="YTMPV" />
  6. <Option pch_mode="2" />
  7. <Option compiler="gcc" />
  8. <Build>
  9. <Target title="Debug">
  10. <Option output="bin/Debug/YTMPV" prefix_auto="1" extension_auto="1" />
  11. <Option object_output="obj/Debug/" />
  12. <Option type="1" />
  13. <Option compiler="gcc" />
  14. <Compiler>
  15. <Add option="-g" />
  16. </Compiler>
  17. </Target>
  18. <Target title="Release">
  19. <Option output="bin/Release/YTMPV" prefix_auto="1" extension_auto="1" />
  20. <Option object_output="obj/Release/" />
  21. <Option type="1" />
  22. <Option compiler="gcc" />
  23. <Compiler>
  24. <Add option="-O2" />
  25. </Compiler>
  26. <Linker>
  27. <Add option="-s" />
  28. </Linker>
  29. </Target>
  30. </Build>
  31. <Compiler>
  32. <Add option="-Wall" />
  33. </Compiler>
  34. <Unit filename="bin/src/YTMPV/resources.cpp" />
  35. <Unit filename="lib/Database/database.cpp" />
  36. <Unit filename="lib/Database/database.hpp" />
  37. <Unit filename="lib/Database/entities.hpp" />
  38. <Unit filename="lib/Database/meson.build" />
  39. <Unit filename="lib/YoutubeApi/meson.build" />
  40. <Unit filename="lib/YoutubeApi/youtubeapi.cpp" />
  41. <Unit filename="lib/YoutubeApi/youtubeapi.hpp" />
  42. <Unit filename="lib/meson.build" />
  43. <Unit filename="meson.build" />
  44. <Unit filename="src/YTMPV/MainWindow.cpp" />
  45. <Unit filename="src/YTMPV/MainWindow.hpp" />
  46. <Unit filename="src/YTMPV/PrefWindow.cpp" />
  47. <Unit filename="src/YTMPV/PrefWindow.hpp" />
  48. <Unit filename="src/YTMPV/VideoModel.cpp" />
  49. <Unit filename="src/YTMPV/VideoModel.hpp" />
  50. <Unit filename="src/YTMPV/app.cpp" />
  51. <Unit filename="src/YTMPV/app.hpp" />
  52. <Unit filename="src/YTMPV/core.cpp" />
  53. <Unit filename="src/YTMPV/core.hpp" />
  54. <Unit filename="src/YTMPV/meson.build" />
  55. <Unit filename="src/YTMPV/res/MainMenu.ui" />
  56. <Unit filename="src/YTMPV/res/MainWindow.ui" />
  57. <Unit filename="src/YTMPV/res/PrefsWindow.ui" />
  58. <Unit filename="src/YTMPV/resources.gresource.xml" />
  59. <Unit filename="src/YTMPV/ytmpv.cpp" />
  60. <Extensions />
  61. </Project>
  62. </CodeBlocks_project_file>