parent
8be89998c3
commit
18a23a8a85
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,3 +0,0 @@
|
|||||||
./admin/configure.in.min
|
|
||||||
configure.in.in
|
|
||||||
configure.in.mid
|
|
@ -1,4 +0,0 @@
|
|||||||
dnl put here things which have to be done after all usual autoconf macros
|
|
||||||
dnl have been run, but before the Makefiles are created
|
|
||||||
|
|
||||||
CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS"
|
|
@ -1,96 +0,0 @@
|
|||||||
%define name piklab-prog-qt3
|
|
||||||
%define version 0.15.2
|
|
||||||
%define release %mkrel 1
|
|
||||||
|
|
||||||
Summary: Command-line programmer and debugger for PIC and dsPIC microcontrollers
|
|
||||||
Name: %{name}
|
|
||||||
Version: %{version}
|
|
||||||
Release: %{release}
|
|
||||||
Source0: piklab-%{version}.tar.bz2
|
|
||||||
License: GPL
|
|
||||||
Group: Development/Other
|
|
||||||
Url: http://piklab.sourceforge.net/
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
||||||
BuildRequires: qt3-devel
|
|
||||||
BuildRequires: libusb-devel libreadline-devel ncurses-devel
|
|
||||||
|
|
||||||
Conflicts: piklab piklab-prog-qt4
|
|
||||||
Packager: hadacek@kde.org
|
|
||||||
Provides: piklab-prog piklab-hex
|
|
||||||
|
|
||||||
%description
|
|
||||||
"piklab-prog" is a command-line programmer and debugger for PIC and dsPIC
|
|
||||||
microcontrollers. It supports GPSim, and several Microchip and direct
|
|
||||||
programmers.
|
|
||||||
"piklab-hex" is a command-line utility to manipulate hex files.
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q -n piklab-%{version}
|
|
||||||
|
|
||||||
%build
|
|
||||||
cd %_builddir/%buildsubdir
|
|
||||||
qmake piklab-prog.pro
|
|
||||||
#%make uses -j3 which fails
|
|
||||||
%__make
|
|
||||||
|
|
||||||
%install
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
%__mkdir_p %{buildroot}/%{_bindir}
|
|
||||||
cd %_builddir/%buildsubdir/src/piklab-prog
|
|
||||||
%__install -s -m 755 piklab-prog %{buildroot}/%{_bindir}/piklab-prog
|
|
||||||
cd %_builddir/%buildsubdir/src/piklab-hex
|
|
||||||
%__install -s -m 755 piklab-hex %{buildroot}/%{_bindir}/piklab-hex
|
|
||||||
%__mkdir_p %{buildroot}/%{_mandir}/man1
|
|
||||||
cd %_builddir/%buildsubdir/man
|
|
||||||
%__install -m 755 piklab-prog.1 %{buildroot}/%{_mandir}/man1/piklab-prog.1
|
|
||||||
%__install -m 755 piklab-hex.1 %{buildroot}/%{_mandir}/man1/piklab-hex.1
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
|
||||||
%defattr(-,root,root,0755)
|
|
||||||
%doc README INSTALL COPYING Changelog TODO
|
|
||||||
%{_bindir}/*
|
|
||||||
%{_mandir}/man1/*
|
|
||||||
|
|
||||||
# --- changelog -----------------------------------------------------
|
|
||||||
%changelog
|
|
||||||
* Sun Nov 25 2007 Nicolas Hadacek <hadacek@kde.org> 0.15.2-1mdv2008.0
|
|
||||||
- new upstream release
|
|
||||||
* Sun Nov 11 2007 Nicolas Hadacek <hadacek@kde.org> 0.15.1-1mdv2008.0
|
|
||||||
- fixes
|
|
||||||
* Sat Oct 20 2007 Nicolas Hadacek <hadacek@kde.org> 0.15.0-1mdv2007.0
|
|
||||||
- new release
|
|
||||||
* Fri Aug 17 2007 Nicolas Hadacek <hadacek@kde.org> 0.14.5-1mdv2007.0
|
|
||||||
- fix
|
|
||||||
* Sun Aug 5 2007 Nicolas Hadacek <hadacek@kde.org> 0.14.4-1mdv2007.0
|
|
||||||
- fixes
|
|
||||||
* Fri Jul 27 2007 Nicolas Hadacek <hadacek@kde.org> 0.14.3-1mdk
|
|
||||||
- fixes + new features
|
|
||||||
* Mon Apr 9 2007 Nicolas Hadacek <hadacek@kde.org> 0.14.2-1mdk
|
|
||||||
- fixes + new features
|
|
||||||
* Sun Mar 11 2007 Nicolas Hadacek <hadacek@kde.org> 0.14.1-1mdk
|
|
||||||
- fixes + new feature
|
|
||||||
* Sun Mar 4 2007 Nicolas Hadacek <hadacek@kde.org> 0.14.0-1mdk
|
|
||||||
- new version
|
|
||||||
* Thu Feb 8 2007 Nicolas Hadacek <hadacek@kde.org> 0.13.3-1mdk
|
|
||||||
- fixes
|
|
||||||
* Wed Jan 31 2007 Nicolas Hadacek <hadacek@kde.org> 0.13.2-1mdk
|
|
||||||
- fixes
|
|
||||||
* Sun Jan 28 2007 Nicolas Hadacek <hadacek@kde.org> 0.13.1-1mdk
|
|
||||||
- fixes
|
|
||||||
* Fri Jan 19 2007 Nicolas Hadacek <hadacek@kde.org> 0.13.0-1mdk
|
|
||||||
- new version
|
|
||||||
* Mon Oct 16 2006 Nicolas Hadacek <hadacek@kde.org> 0.12.2-1mdk
|
|
||||||
- fixes
|
|
||||||
* Sun Oct 15 2006 Nicolas Hadacek <hadacek@kde.org> 0.12.1-1mdk
|
|
||||||
- fixes
|
|
||||||
* Sun Oct 1 2006 Nicolas Hadacek <hadacek@kde.org> 0.12.0-1mdk
|
|
||||||
- new version
|
|
||||||
* Tue Sep 5 2006 Nicolas Hadacek <hadacek@kde.org> 0.11.2-1mdk
|
|
||||||
- more fixes
|
|
||||||
* Wed Aug 23 2006 Nicolas Hadacek <hadacek@kde.org> 0.11.1-1mdk
|
|
||||||
- some fixes
|
|
||||||
* Sun Aug 20 2006 Nicolas Hadacek <hadacek@kde.org> 0.11.0-1mdk
|
|
||||||
- new version
|
|
@ -1,99 +0,0 @@
|
|||||||
%define name piklab-prog-qt4
|
|
||||||
%define version 0.15.2
|
|
||||||
%define release %mkrel 1
|
|
||||||
|
|
||||||
Summary: Command-line programmer and debugger for PIC and dsPIC microcontrollers
|
|
||||||
Name: %{name}
|
|
||||||
Version: %{version}
|
|
||||||
Release: %{release}
|
|
||||||
Source0: piklab-%{version}.tar.bz2
|
|
||||||
License: GPL
|
|
||||||
Group: Development/Other
|
|
||||||
Url: http://piklab.sourceforge.net/
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
||||||
BuildRequires: qt3-devel
|
|
||||||
BuildRequires: libusb-devel libreadline-devel ncurses-devel
|
|
||||||
|
|
||||||
Conflicts: piklab piklab-prog-qt3
|
|
||||||
Packager: hadacek@kde.org
|
|
||||||
Provides: piklab-prog piklab-hex
|
|
||||||
|
|
||||||
%description
|
|
||||||
"piklab-prog" is a command-line programmer and debugger for PIC and dsPIC
|
|
||||||
microcontrollers. It supports GPSim, and several Microchip and direct
|
|
||||||
programmers.
|
|
||||||
"piklab-hex" is a command-line utility to manipulate hex files.
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q -n piklab-%{version}
|
|
||||||
|
|
||||||
%build
|
|
||||||
export TQTDIR=%_prefix/%{_lib}/qt4
|
|
||||||
export LD_LIBRARY_PATH=$TQTDIR/%{_lib}:$LD_LIBRARY_PATH
|
|
||||||
export PATH=$TQTDIR/bin:$PATH
|
|
||||||
export TQTLIB=$TQTDIR/%{_lib}
|
|
||||||
cd %_builddir/%buildsubdir
|
|
||||||
qmake piklab-prog.pro
|
|
||||||
%make -j1
|
|
||||||
|
|
||||||
%install
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
%__mkdir_p %{buildroot}/%{_bindir}
|
|
||||||
cd %_builddir/%buildsubdir/src/piklab-prog
|
|
||||||
%__install -s -m 755 piklab-prog %{buildroot}/%{_bindir}/piklab-prog
|
|
||||||
cd %_builddir/%buildsubdir/src/piklab-hex
|
|
||||||
%__install -s -m 755 piklab-hex %{buildroot}/%{_bindir}/piklab-hex
|
|
||||||
%__mkdir_p %{buildroot}/%{_mandir}/man1
|
|
||||||
cd %_builddir/%buildsubdir/man
|
|
||||||
%__install -m 755 piklab-prog.1 %{buildroot}/%{_mandir}/man1/piklab-prog.1
|
|
||||||
%__install -m 755 piklab-hex.1 %{buildroot}/%{_mandir}/man1/piklab-hex.1
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
|
||||||
%defattr(-,root,root,0755)
|
|
||||||
%doc README INSTALL COPYING Changelog TODO
|
|
||||||
%{_bindir}/*
|
|
||||||
%{_mandir}/man1/*
|
|
||||||
|
|
||||||
# --- changelog -----------------------------------------------------
|
|
||||||
%changelog
|
|
||||||
* Sun Nov 25 2007 Nicolas Hadacek <hadacek@kde.org> 0.15.2-1mdv2008.0
|
|
||||||
- new upstream release
|
|
||||||
* Sun Nov 11 2007 Nicolas Hadacek <hadacek@kde.org> 0.15.1-1mdv2008.0
|
|
||||||
- fixes
|
|
||||||
* Sat Oct 20 2007 Nicolas Hadacek <hadacek@kde.org> 0.15.0-1mdv2007.0
|
|
||||||
- new release
|
|
||||||
* Fri Aug 17 2007 Nicolas Hadacek <hadacek@kde.org> 0.14.5-1mdv2007.0
|
|
||||||
- fix
|
|
||||||
* Sun Aug 5 2007 Nicolas Hadacek <hadacek@kde.org> 0.14.4-1mdv2007.0
|
|
||||||
- fixes
|
|
||||||
* Fri Jul 27 2007 Nicolas Hadacek <hadacek@kde.org> 0.14.3-1mdk
|
|
||||||
- fixes + new features
|
|
||||||
* Mon Apr 9 2007 Nicolas Hadacek <hadacek@kde.org> 0.14.2-1mdk
|
|
||||||
- fixes + new features
|
|
||||||
* Sun Mar 11 2007 Nicolas Hadacek <hadacek@kde.org> 0.14.1-1mdk
|
|
||||||
- fixes + new feature
|
|
||||||
* Sun Mar 4 2007 Nicolas Hadacek <hadacek@kde.org> 0.14.0-1mdk
|
|
||||||
- new version
|
|
||||||
* Thu Feb 8 2007 Nicolas Hadacek <hadacek@kde.org> 0.13.3-1mdk
|
|
||||||
- fixes
|
|
||||||
* Wed Jan 31 2007 Nicolas Hadacek <hadacek@kde.org> 0.13.2-1mdk
|
|
||||||
- fixes
|
|
||||||
* Sun Jan 28 2007 Nicolas Hadacek <hadacek@kde.org> 0.13.1-1mdk
|
|
||||||
- fixes
|
|
||||||
* Fri Jan 19 2007 Nicolas Hadacek <hadacek@kde.org> 0.13.0-1mdk
|
|
||||||
- new version
|
|
||||||
* Mon Oct 16 2006 Nicolas Hadacek <hadacek@kde.org> 0.12.2-1mdk
|
|
||||||
- fixes
|
|
||||||
* Sun Oct 15 2006 Nicolas Hadacek <hadacek@kde.org> 0.12.1-1mdk
|
|
||||||
- fixes
|
|
||||||
* Sun Oct 1 2006 Nicolas Hadacek <hadacek@kde.org> 0.12.0-1mdk
|
|
||||||
- new version
|
|
||||||
* Tue Sep 5 2006 Nicolas Hadacek <hadacek@kde.org> 0.11.2-1mdk
|
|
||||||
- more fixes
|
|
||||||
* Wed Aug 23 2006 Nicolas Hadacek <hadacek@kde.org> 0.11.1-1mdk
|
|
||||||
- some fixes
|
|
||||||
* Sun Aug 20 2006 Nicolas Hadacek <hadacek@kde.org> 0.11.0-1mdk
|
|
||||||
- new version
|
|
@ -1,265 +0,0 @@
|
|||||||
<!DOCTYPE tdevelop>
|
|
||||||
<tdevelop>
|
|
||||||
<general>
|
|
||||||
<author>Nicolas Hadacek</author>
|
|
||||||
<email>hadacek@kde.org</email>
|
|
||||||
<projectmanagement>KDevKDEAutoProject</projectmanagement>
|
|
||||||
<primarylanguage>C++</primarylanguage>
|
|
||||||
<keywords>
|
|
||||||
<keyword>KDE</keyword>
|
|
||||||
<keyword>TQt</keyword>
|
|
||||||
</keywords>
|
|
||||||
<projectdirectory>.</projectdirectory>
|
|
||||||
<absoluteprojectpath>false</absoluteprojectpath>
|
|
||||||
<version>$VERSION</version>
|
|
||||||
<description/>
|
|
||||||
<ignoreparts>
|
|
||||||
<part>kdevabbrev</part>
|
|
||||||
<part>kdevbookmarks</part>
|
|
||||||
<part>kdevclassview</part>
|
|
||||||
<part>kdevsnippet</part>
|
|
||||||
<part>kdevctags2</part>
|
|
||||||
<part>kdevdocumentation</part>
|
|
||||||
<part>kdevdoxygen</part>
|
|
||||||
<part>kdevfilegroups</part>
|
|
||||||
<part>kdevfileselector</part>
|
|
||||||
<part>kdevfileview</part>
|
|
||||||
<part>kdevopenwith</part>
|
|
||||||
<part>kdevpartexplorer</part>
|
|
||||||
<part>kdevquickopen</part>
|
|
||||||
<part>kdevscripting</part>
|
|
||||||
<part>kdevfilter</part>
|
|
||||||
<part>kdevtexttools</part>
|
|
||||||
<part>kdevtools</part>
|
|
||||||
<part>kdevvalgrind</part>
|
|
||||||
</ignoreparts>
|
|
||||||
<secondaryLanguages/>
|
|
||||||
<versioncontrol/>
|
|
||||||
<projectname>piklab</projectname>
|
|
||||||
<defaultencoding/>
|
|
||||||
</general>
|
|
||||||
<kdevautoproject>
|
|
||||||
<general>
|
|
||||||
<mainprogram>pikdev</mainprogram>
|
|
||||||
<activetarget>src/piklab/piklab</activetarget>
|
|
||||||
<useconfiguration>default</useconfiguration>
|
|
||||||
</general>
|
|
||||||
<configure>
|
|
||||||
<configargs>--prefix=/usr\s</configargs>
|
|
||||||
</configure>
|
|
||||||
<make>
|
|
||||||
<abortonerror>false</abortonerror>
|
|
||||||
<numberofjobs>1</numberofjobs>
|
|
||||||
<dontact>false</dontact>
|
|
||||||
<makebin/>
|
|
||||||
<envvars>
|
|
||||||
<envvar value="1" name="WANT_AUTOCONF_2_5" />
|
|
||||||
<envvar value="1" name="WANT_AUTOMAKE_1_6" />
|
|
||||||
</envvars>
|
|
||||||
<prio>0</prio>
|
|
||||||
<runmultiplejobs>false</runmultiplejobs>
|
|
||||||
</make>
|
|
||||||
<compiler>
|
|
||||||
<cflags/>
|
|
||||||
<cxxflags>\s-O0</cxxflags>
|
|
||||||
</compiler>
|
|
||||||
<run>
|
|
||||||
<directoryradio>executable</directoryradio>
|
|
||||||
<customdirectory>/</customdirectory>
|
|
||||||
<mainprogram>src/piklab/piklab</mainprogram>
|
|
||||||
<programargs/>
|
|
||||||
<terminal>false</terminal>
|
|
||||||
<autocompile>true</autocompile>
|
|
||||||
<envvars/>
|
|
||||||
<runarguments>
|
|
||||||
<xml_to_data/>
|
|
||||||
<piklab/>
|
|
||||||
<piklab-prog/>
|
|
||||||
<pickit2_to_data/>
|
|
||||||
<usb_log_filter/>
|
|
||||||
<dev_parser/>
|
|
||||||
<xml_to_data_device/>
|
|
||||||
<html_generator/>
|
|
||||||
<xml_to_data_direct/>
|
|
||||||
<xml_to_data_icd2/>
|
|
||||||
<xml_to_data_pickit2/>
|
|
||||||
<xml_to_pic/>
|
|
||||||
<xml_to_mem24/>
|
|
||||||
<xml_to_data_pickit1/>
|
|
||||||
<xml_coff_parser/>
|
|
||||||
<syntax_xml_generator/>
|
|
||||||
<xml_direct_parser/>
|
|
||||||
<xml_icd2_parser/>
|
|
||||||
<xml_pickit2_parser/>
|
|
||||||
<xml_pickit1_parser/>
|
|
||||||
<xml_icd1_parser/>
|
|
||||||
<xml_psp_parser/>
|
|
||||||
</runarguments>
|
|
||||||
</run>
|
|
||||||
<configurations>
|
|
||||||
<default>
|
|
||||||
<envvars/>
|
|
||||||
<configargs>--enable-debug=full</configargs>
|
|
||||||
<builddir/>
|
|
||||||
<topsourcedir/>
|
|
||||||
<cppflags/>
|
|
||||||
<ldflags/>
|
|
||||||
<ccompiler>kdevgccoptions</ccompiler>
|
|
||||||
<cxxcompiler>kdevgppoptions</cxxcompiler>
|
|
||||||
<f77compiler>kdevpgf77options</f77compiler>
|
|
||||||
<ccompilerbinary/>
|
|
||||||
<cxxcompilerbinary/>
|
|
||||||
<f77compilerbinary/>
|
|
||||||
<cflags/>
|
|
||||||
<cxxflags>-pedantic</cxxflags>
|
|
||||||
<f77flags/>
|
|
||||||
</default>
|
|
||||||
</configurations>
|
|
||||||
</kdevautoproject>
|
|
||||||
<kdevfileview>
|
|
||||||
<groups>
|
|
||||||
<group pattern="*.h;*.hh;*.hxx;*.hpp;*.H" name="En-têtes" />
|
|
||||||
<group pattern="*.cpp;*.c;*.cc;*.C;*.cxx;*.ec;*.ecpp;*.lxx;*.l++;*.ll;*.l" name="Sources" />
|
|
||||||
<group pattern="*.kdevdlg;*.ui;*.rc;*.dlg" name="Interface utilisateur" />
|
|
||||||
<group pattern="*.po" name="Traductions" />
|
|
||||||
<group pattern="*" name="Autres" />
|
|
||||||
<hidenonprojectfiles>false</hidenonprojectfiles>
|
|
||||||
<hidenonlocation>false</hidenonlocation>
|
|
||||||
</groups>
|
|
||||||
<tree>
|
|
||||||
<showvcsfields>true</showvcsfields>
|
|
||||||
<hidenonprojectfiles>false</hidenonprojectfiles>
|
|
||||||
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
|
|
||||||
</tree>
|
|
||||||
</kdevfileview>
|
|
||||||
<kdevdoctreeview>
|
|
||||||
<ignoretocs>
|
|
||||||
<toc>gtk</toc>
|
|
||||||
<toc>gnustep</toc>
|
|
||||||
<toc>python</toc>
|
|
||||||
<toc>php</toc>
|
|
||||||
<toc>perl</toc>
|
|
||||||
</ignoretocs>
|
|
||||||
</kdevdoctreeview>
|
|
||||||
<kdevdebugger>
|
|
||||||
<general>
|
|
||||||
<dbgshell>libtool</dbgshell>
|
|
||||||
<programargs/>
|
|
||||||
<gdbpath/>
|
|
||||||
<configGdbScript/>
|
|
||||||
<runShellScript/>
|
|
||||||
<runGdbScript/>
|
|
||||||
<breakonloadinglibs>true</breakonloadinglibs>
|
|
||||||
<separatetty>false</separatetty>
|
|
||||||
<floatingtoolbar>false</floatingtoolbar>
|
|
||||||
</general>
|
|
||||||
<display>
|
|
||||||
<staticmembers>false</staticmembers>
|
|
||||||
<demanglenames>true</demanglenames>
|
|
||||||
<outputradix>10</outputradix>
|
|
||||||
</display>
|
|
||||||
</kdevdebugger>
|
|
||||||
<kdevcppsupport>
|
|
||||||
<references/>
|
|
||||||
<codecompletion>
|
|
||||||
<includeGlobalFunctions>false</includeGlobalFunctions>
|
|
||||||
<includeTypes>false</includeTypes>
|
|
||||||
<includeEnums>false</includeEnums>
|
|
||||||
<includeTypedefs>false</includeTypedefs>
|
|
||||||
<automaticCodeCompletion>false</automaticCodeCompletion>
|
|
||||||
<automaticArgumentsHint>false</automaticArgumentsHint>
|
|
||||||
<automaticHeaderCompletion>true</automaticHeaderCompletion>
|
|
||||||
<codeCompletionDelay>250</codeCompletionDelay>
|
|
||||||
<argumentsHintDelay>400</argumentsHintDelay>
|
|
||||||
<headerCompletionDelay>250</headerCompletionDelay>
|
|
||||||
<showOnlyAccessibleItems>false</showOnlyAccessibleItems>
|
|
||||||
<completionBoxItemOrder>0</completionBoxItemOrder>
|
|
||||||
<howEvaluationContextMenu>true</howEvaluationContextMenu>
|
|
||||||
<showCommentWithArgumentHint>true</showCommentWithArgumentHint>
|
|
||||||
<statusBarTypeEvaluation>false</statusBarTypeEvaluation>
|
|
||||||
<namespaceAliases>std=_GLIBCXX_STD;__gnu_cxx=std</namespaceAliases>
|
|
||||||
<processPrimaryTypes>true</processPrimaryTypes>
|
|
||||||
<processFunctionArguments>false</processFunctionArguments>
|
|
||||||
<preProcessAllHeaders>false</preProcessAllHeaders>
|
|
||||||
<parseMissingHeaders>false</parseMissingHeaders>
|
|
||||||
<resolveIncludePaths>true</resolveIncludePaths>
|
|
||||||
<alwaysParseInBackground>true</alwaysParseInBackground>
|
|
||||||
<usePermanentCaching>true</usePermanentCaching>
|
|
||||||
<alwaysIncludeNamespaces>false</alwaysIncludeNamespaces>
|
|
||||||
<includePaths>.;</includePaths>
|
|
||||||
<parseMissingHeadersExperimental>false</parseMissingHeadersExperimental>
|
|
||||||
<resolveIncludePathsUsingMakeExperimental>false</resolveIncludePathsUsingMakeExperimental>
|
|
||||||
</codecompletion>
|
|
||||||
<creategettersetter>
|
|
||||||
<prefixGet/>
|
|
||||||
<prefixSet>set</prefixSet>
|
|
||||||
<prefixVariable>m_,_</prefixVariable>
|
|
||||||
<parameterName>theValue</parameterName>
|
|
||||||
<inlineGet>true</inlineGet>
|
|
||||||
<inlineSet>true</inlineSet>
|
|
||||||
</creategettersetter>
|
|
||||||
<qt>
|
|
||||||
<used>true</used>
|
|
||||||
<version>3</version>
|
|
||||||
<root>/usr/lib/qt3</root>
|
|
||||||
<includestyle>3</includestyle>
|
|
||||||
<designerintegration>EmbeddedKDevDesigner</designerintegration>
|
|
||||||
<qmake>/usr/lib/qt3/bin/qmake</qmake>
|
|
||||||
<designer>/usr/bin/designer-qt3</designer>
|
|
||||||
<designerpluginpaths/>
|
|
||||||
</qt>
|
|
||||||
<splitheadersource>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
<synchronize>true</synchronize>
|
|
||||||
<orientation>Vertical</orientation>
|
|
||||||
</splitheadersource>
|
|
||||||
</kdevcppsupport>
|
|
||||||
<kdevcvsservice>
|
|
||||||
<recursivewhenupdate>true</recursivewhenupdate>
|
|
||||||
<prunedirswhenupdate>true</prunedirswhenupdate>
|
|
||||||
<createdirswhenupdate>true</createdirswhenupdate>
|
|
||||||
<recursivewhencommitremove>true</recursivewhencommitremove>
|
|
||||||
<revertoptions>-C</revertoptions>
|
|
||||||
</kdevcvsservice>
|
|
||||||
<cppsupportpart>
|
|
||||||
<filetemplates>
|
|
||||||
<interfacesuffix>.h</interfacesuffix>
|
|
||||||
<implementationsuffix>.cpp</implementationsuffix>
|
|
||||||
</filetemplates>
|
|
||||||
</cppsupportpart>
|
|
||||||
<kdevfilecreate>
|
|
||||||
<filetypes/>
|
|
||||||
<useglobaltypes/>
|
|
||||||
</kdevfilecreate>
|
|
||||||
<kdevdocumentation>
|
|
||||||
<projectdoc>
|
|
||||||
<docsystem/>
|
|
||||||
<docurl/>
|
|
||||||
<usermanualurl/>
|
|
||||||
</projectdoc>
|
|
||||||
</kdevdocumentation>
|
|
||||||
<dist>
|
|
||||||
<custom>false</custom>
|
|
||||||
<bzip>false</bzip>
|
|
||||||
<archname/>
|
|
||||||
<appname>Piclab</appname>
|
|
||||||
<version>0.1</version>
|
|
||||||
<release/>
|
|
||||||
<vendor/>
|
|
||||||
<licence/>
|
|
||||||
<summary/>
|
|
||||||
<group/>
|
|
||||||
<packager/>
|
|
||||||
<description/>
|
|
||||||
<changelog/>
|
|
||||||
<devpackage>false</devpackage>
|
|
||||||
<docspackage>false</docspackage>
|
|
||||||
<appicon>false</appicon>
|
|
||||||
<arch>0</arch>
|
|
||||||
<genHTML>false</genHTML>
|
|
||||||
<useRPM>false</useRPM>
|
|
||||||
<ftpkde>false</ftpkde>
|
|
||||||
<appskde>false</appskde>
|
|
||||||
<url/>
|
|
||||||
</dist>
|
|
||||||
</tdevelop>
|
|
Loading…
Reference in new issue