1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <CodeBlocks_project_file>
- <FileVersion major="1" minor="6" />
- <Project>
- <Option title="YTMPV" />
- <Option pch_mode="2" />
- <Option compiler="gcc" />
- <Build>
- <Target title="Debug">
- <Option output="bin/Debug/YTMPV" prefix_auto="1" extension_auto="1" />
- <Option object_output="obj/Debug/" />
- <Option type="1" />
- <Option compiler="gcc" />
- <Compiler>
- <Add option="-g" />
- </Compiler>
- </Target>
- <Target title="Release">
- <Option output="bin/Release/YTMPV" prefix_auto="1" extension_auto="1" />
- <Option object_output="obj/Release/" />
- <Option type="1" />
- <Option compiler="gcc" />
- <Compiler>
- <Add option="-O2" />
- </Compiler>
- <Linker>
- <Add option="-s" />
- </Linker>
- </Target>
- </Build>
- <Compiler>
- <Add option="-Wall" />
- </Compiler>
- <Unit filename="bin/src/YTMPV/resources.cpp" />
- <Unit filename="lib/Database/database.cpp" />
- <Unit filename="lib/Database/database.hpp" />
- <Unit filename="lib/Database/entities.hpp" />
- <Unit filename="lib/Database/meson.build" />
- <Unit filename="lib/YoutubeApi/meson.build" />
- <Unit filename="lib/YoutubeApi/youtubeapi.cpp" />
- <Unit filename="lib/YoutubeApi/youtubeapi.hpp" />
- <Unit filename="lib/meson.build" />
- <Unit filename="meson.build" />
- <Unit filename="src/YTMPV/MainWindow.cpp" />
- <Unit filename="src/YTMPV/MainWindow.hpp" />
- <Unit filename="src/YTMPV/PrefWindow.cpp" />
- <Unit filename="src/YTMPV/PrefWindow.hpp" />
- <Unit filename="src/YTMPV/VideoModel.cpp" />
- <Unit filename="src/YTMPV/VideoModel.hpp" />
- <Unit filename="src/YTMPV/app.cpp" />
- <Unit filename="src/YTMPV/app.hpp" />
- <Unit filename="src/YTMPV/core.cpp" />
- <Unit filename="src/YTMPV/core.hpp" />
- <Unit filename="src/YTMPV/meson.build" />
- <Unit filename="src/YTMPV/res/MainMenu.ui" />
- <Unit filename="src/YTMPV/res/MainWindow.ui" />
- <Unit filename="src/YTMPV/res/PrefsWindow.ui" />
- <Unit filename="src/YTMPV/resources.gresource.xml" />
- <Unit filename="src/YTMPV/ytmpv.cpp" />
- <Extensions />
- </Project>
- </CodeBlocks_project_file>
|