mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-16 10:35:49 +08:00
94 lines
3.2 KiB
XML
94 lines
3.2 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
<CodeBlocks_project_file>
|
|
<FileVersion major="1" minor="6" />
|
|
<Project>
|
|
<Option title="jkqtmathtext_test" />
|
|
<Option makefile_is_custom="1" />
|
|
<Option pch_mode="2" />
|
|
<Option compiler="gnu_gcc_compiler_450" />
|
|
<MakeCommands>
|
|
<Build command="$make -j2 -f $makefile.$target" />
|
|
<CompileFile command="$make -j2 -f $makefile.$target $file" />
|
|
<Clean command="$make -j2 -f $makefile.$target clean" />
|
|
<DistClean command="$make -f $makefile.$target distclean" />
|
|
<AskRebuildNeeded command="$make -q -j2 -f $makefile.$target" />
|
|
<SilentBuild command="$make -j2 -s -f $makefile.$target" />
|
|
</MakeCommands>
|
|
<Build>
|
|
<Target title="Release">
|
|
<Option output="jkqtplot_test" prefix_auto="1" extension_auto="1" />
|
|
<Option object_output="D:\kriegerj\c++\quickfit2\jkqtplot_test\.objs" />
|
|
<Option type="0" />
|
|
<Option compiler="gnu_gcc_compiler_450" />
|
|
<Compiler>
|
|
<Add option="-O2" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-s" />
|
|
</Linker>
|
|
<MakeCommands>
|
|
<Build command="$make -j2 -f $makefile.$target " />
|
|
<CompileFile command="$make -j2 -f $makefile.$target $file " />
|
|
<Clean command="$make-j2 -f $makefile.$target clean " />
|
|
<DistClean command="$make -f $makefile distclean$target" />
|
|
<AskRebuildNeeded command="$make -j2 -q -f $makefile.$target" />
|
|
<SilentBuild command="$make -j2 -s -f $makefile.$target" />
|
|
</MakeCommands>
|
|
</Target>
|
|
<Target title="Debug">
|
|
<Option output="jkqtplot_test" prefix_auto="1" extension_auto="1" />
|
|
<Option object_output="D:\kriegerj\c++\quickfit2\jkqtplot_test\.objs" />
|
|
<Option type="0" />
|
|
<Option compiler="gnu_gcc_compiler_450" />
|
|
<Compiler>
|
|
<Add option="-O2" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-s" />
|
|
</Linker>
|
|
<MakeCommands>
|
|
<Build command="$make -j2 -f $makefile.$target" />
|
|
<CompileFile command="$make -j2 -f $makefile.$target $file" />
|
|
<Clean command="$make -j2 -f$makefile.$target clean" />
|
|
<DistClean command="$make -f $makefile distclean$target" />
|
|
<AskRebuildNeeded command="$make -j2 -q -f $makefile.$target" />
|
|
<SilentBuild command="$make -j2 -s -f $makefile.$target" />
|
|
</MakeCommands>
|
|
</Target>
|
|
</Build>
|
|
<Compiler>
|
|
<Add option="-Wall" />
|
|
<Add directory="$(#qt4.include)" />
|
|
<Add directory="$(#qt4.include)\QtGui" />
|
|
<Add directory="$(#qt4.include)\QtCore" />
|
|
<Add directory="$(#qt4.include)\QtSvg" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-static" />
|
|
<Add library="QtCore4" />
|
|
<Add library="QtGui4" />
|
|
<Add library="QtSvg" />
|
|
<Add directory="$(#qt4.lib)" />
|
|
</Linker>
|
|
<ExtraCommands>
|
|
<Add before="$(#qt4)\bin\qmake.exe ${PROJECT_NAME}.pro" />
|
|
</ExtraCommands>
|
|
<Unit filename="..\..\jkqtmathtext.cpp" />
|
|
<Unit filename="..\..\jkqtmathtext.h" />
|
|
<Unit filename="jkqtmathtext_test.cpp" />
|
|
<Unit filename="jkqtmathtext_test.pro">
|
|
<Option compilerVar="CC" />
|
|
<Option compile="1" />
|
|
<Option link="1" />
|
|
</Unit>
|
|
<Unit filename="..\..\..\tools.cpp" />
|
|
<Unit filename="..\..\..\tools.h" />
|
|
<Extensions>
|
|
<code_completion />
|
|
<envvars />
|
|
<debugger />
|
|
<lib_finder disable_auto="1" />
|
|
</Extensions>
|
|
</Project>
|
|
</CodeBlocks_project_file>
|