-
Notifications
You must be signed in to change notification settings - Fork 0
/
cbqt5.cbp
89 lines (87 loc) · 2.71 KB
/
cbqt5.cbp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="cbqt5" />
<Option platforms="Windows;" />
<Option pch_mode="2" />
<Option compiler="gnu_gcc_compiler__810_qt-515-64" />
<Option show_notes="0">
<notes>
<![CDATA[2.6.1-svn56 use cb11798-q sdk143
...
2.6.2-svn56 use cb11865-q sdk145
2.6.2-svn57 use cb11883-q sdk146
...
2.7.0-svn57 use cb11883-q sdk146
]]>
</notes>
</Option>
<Build>
<Target title="cbqt5">
<Option output="$build/cbq5.exe" prefix_auto="1" extension_auto="0" />
<Option object_output="BuildCB/.objs" />
<Option type="1" />
<Option compiler="gnu_gcc_compiler__810_qt-515-64" />
<Option use_console_runner="0" />
<Option projectCompilerOptionsRelation="1" />
<Option projectLinkerOptionsRelation="1" />
<Option projectIncludeDirsRelation="1" />
<Option projectResourceIncludeDirsRelation="1" />
<Option projectLibDirsRelation="1" />
<Compiler>
<Add option="-Wall" />
<Add option="-std=gnu++11" />
<Add option="-m64" />
<Add option="-frtti" />
<Add option="-fexceptions" />
<Add option="-mthreads" />
<Add directory="$qt/include" />
<Add directory="$qt/include/QtWidgets" />
<Add directory="adding/cbqt5/" />
</Compiler>
<Linker>
<Add option="-m64" />
<Add option="-mthreads" />
<Add option="--enable-stcall-fixup" />
<Add option="--enable-auto-import" />
<Add option="--enable-runtime-pseudo-reloc" />
<Add option="-mconsole" />
<Add option="-mwindows" />
<Add library="Qt5Widgets" />
<Add library="Qt5Core" />
<Add library="Qt5Gui" />
<Add directory="$qt/lib" />
</Linker>
<Environment>
<Variable name="qt" value="$(#qt5152)" />
</Environment>
</Target>
<Environment>
<Variable name="build" value="buildCBWin" />
</Environment>
</Build>
<Compiler>
<Add directory="src" />
<Add directory="$cb/include" />
<Add directory="$cb/include/tinyxml" />
<Add directory="$cb/sdk/wxscintilla/include" />
<Add directory="$cb/plugins/codecompletion" />
<Add directory="$wx/include" />
<Add directory="$wx/contrib/include" />
<Add directory="$wx/lib/gcc_dll/mswu" />
</Compiler>
<Linker>
<Add directory="$wx/lib/gcc_dll" />
</Linker>
<Unit filename="CodeBlocks/templates/wizard/cbqt5/files/main.cpp" />
<Unit filename="CodeBlocks/templates/wizard/cbqt5/files/qtest.cpp" />
<Unit filename="CodeBlocks/templates/wizard/cbqt5/files/qtest.h" />
<Unit filename="adding/cbqt5/moc_qtest.cpp">
<Option weight="1" />
</Unit>
<Extensions>
<envvars set="default" />
</Extensions>
</Project>
</CodeBlocks_project_file>