summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/example/example.project36
1 files changed, 21 insertions, 15 deletions
diff --git a/plugins/example/example.project b/plugins/example/example.project
index 97c1aba..b4b5c23 100644
--- a/plugins/example/example.project
+++ b/plugins/example/example.project
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<CodeLite_Project Name="example" InternalType="Library">
+ <Plugins>
+ <Plugin Name="qmake">
+ <![CDATA[00010001N0005Debug000000000000]]>
+ </Plugin>
+ </Plugins>
<Description/>
<Dependencies/>
+ <VirtualDirectory Name="src">
+ <File Name="main.cpp"/>
+ </VirtualDirectory>
+ <VirtualDirectory Name="include"/>
<Settings Type="Dynamic Library">
- <GlobalSettings>
- <Compiler Options="">
- <IncludePath Value="."/>
- </Compiler>
- <Linker Options="">
- <LibraryPath Value="."/>
- </Linker>
- <ResourceCompiler Options=""/>
- </GlobalSettings>
- <Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
+ <Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="-g" Required="yes" PreCompiledHeader="">
<IncludePath Value="."/>
</Compiler>
@@ -33,7 +33,7 @@
<PreprocessFileCommand/>
<SingleFileCommand/>
<MakefileGenerationCommand/>
- <ThirdPartyToolName/>
+ <ThirdPartyToolName>None</ThirdPartyToolName>
<WorkingDirectory/>
</CustomBuild>
<AdditionalRules>
@@ -70,9 +70,15 @@
<CustomPreBuild/>
</AdditionalRules>
</Configuration>
+ <GlobalSettings>
+ <Compiler Options="`wx-config --cxxflags` `wx-config --cflags` -fPIC">
+ <IncludePath Value="."/>
+ <IncludePath Value="../../api"/>
+ </Compiler>
+ <Linker Options="`wx-config --libs`">
+ <LibraryPath Value="."/>
+ </Linker>
+ <ResourceCompiler Options=""/>
+ </GlobalSettings>
</Settings>
- <VirtualDirectory Name="src">
- <File Name="main.cpp"/>
- </VirtualDirectory>
- <VirtualDirectory Name="include"/>
</CodeLite_Project>