mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
2003-10-30 Stefan Jahn <jahn@mwt.ee.tu-berlin.de>
* configure.in: Made the BITMAPDIR defintion available through <config.h>. 2003-10-30 Stefan Jahn <jahn@mwt.ee.tu-berlin.de> * qucsdoc.cpp, qucs.cpp: Using BITMAPDIR definition from <config.h>. * ChangeLog: Created this file.
This commit is contained in:
parent
bd776cfaf6
commit
0d7e09aafd
@ -0,0 +1,4 @@
|
||||
2003-10-30 Stefan Jahn <jahn@mwt.ee.tu-berlin.de>
|
||||
|
||||
* configure.in: Made the BITMAPDIR defintion available through
|
||||
<config.h>.
|
@ -1,5 +1,8 @@
|
||||
/* config.h.in. Generated from configure.in by autoheader. */
|
||||
|
||||
/* Where the data files go. */
|
||||
#undef BITMAPDIR
|
||||
|
||||
/* Define if you have the CoreAudio API */
|
||||
#undef HAVE_COREAUDIO
|
||||
|
||||
|
@ -59,6 +59,11 @@ dnl PACKAGE set before
|
||||
|
||||
KDE_CREATE_SUBDIRSLIST
|
||||
|
||||
dnl Create path info.
|
||||
BITMAP_PATH="$prefix/share/"
|
||||
AC_DEFINE_UNQUOTED([BITMAPDIR], ["$BITMAP_PATH"], [Where the data files go.])
|
||||
unset BITMAP_PATH
|
||||
|
||||
dnl add here all your Makefiles. This are created by configure
|
||||
AC_CONFIG_FILES([ Makefile ])
|
||||
AC_CONFIG_FILES([ qucs/Makefile ])
|
||||
|
@ -0,0 +1,6 @@
|
||||
2003-10-30 Stefan Jahn <jahn@mwt.ee.tu-berlin.de>
|
||||
|
||||
* qucsdoc.cpp, qucs.cpp: Using BITMAPDIR definition from
|
||||
<config.h>.
|
||||
|
||||
* ChangeLog: Created this file.
|
@ -1,6 +1,9 @@
|
||||
####### kdevelop will overwrite this part!!! (begin)##########
|
||||
|
||||
|
||||
EXTRA_DIST = ac_voltage.xpm arrow.xpm capacitor.xpm circle.xpm dc_current.xpm dc_voltage.xpm fileopen.png filesave.png inductor.xpm line.xpm msline.xpm polar.xpm rect.xpm rectangle.xpm resistor.xpm resistor_us.xpm smith.xpm source.xpm symtrans.xpm tabular.xpm text.xpm tline.xpm transformer.xpm editdelete.png editcut.png editcopy.png deactiv.png bottom.png editpaste.png equation.png fileclose.png fileprint.png filesaveall.png gear.png ground.png ground.xpm mirror.png nodename.png pointer.png port.png rebuild.png redo.png rotate_ccw.png top.png undo.png viewmag+.png viewmag-.png viewmagfit.png wire.png filenew.png smallsave.png dc.xpm hb.xpm sparameter.xpm sweep.xpm tran.xpm cccs.xpm ccvs.xpm vccs.xpm vcvs.xpm ac.xpm attenuator.xpm biast.xpm circulator.xpm dcblock.xpm dcfeed.xpm diode.xpm isolator.xpm mscorner.xpm mscross.xpm msstep.xpm mstee.xpm
|
||||
EXTRA_DIST = ac_voltage.xpm arrow.xpm capacitor.xpm circle.xpm dc_current.xpm dc_voltage.xpm fileopen.png filesave.png inductor.xpm line.xpm msline.xpm polar.xpm rect.xpm rectangle.xpm resistor.xpm resistor_us.xpm smith.xpm source.xpm symtrans.xpm tabular.xpm text.xpm tline.xpm transformer.xpm editdelete.png editcut.png editcopy.png deactiv.png bottom.png editpaste.png equation.png fileclose.png fileprint.png filesaveall.png gear.png ground.png ground.xpm mirror.png nodename.png pointer.png port.png rebuild.png redo.png rotate_ccw.png top.png undo.png viewmag+.png viewmag-.png viewmagfit.png wire.png filenew.png dc.xpm hb.xpm sparameter.xpm sweep.xpm tran.xpm cccs.xpm ccvs.xpm vccs.xpm vcvs.xpm ac.xpm attenuator.xpm biast.xpm circulator.xpm dcblock.xpm dcfeed.xpm diode.xpm isolator.xpm mscorner.xpm mscross.xpm msstep.xpm mstee.xpm
|
||||
|
||||
####### kdevelop will overwrite this part!!! (end)############
|
||||
|
||||
picdatadir = ${prefix}/share/bitmaps
|
||||
picdata_DATA = ${EXTRA_DIST}
|
||||
|
@ -15,8 +15,8 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#if HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include "qucs.h"
|
||||
@ -42,9 +42,6 @@
|
||||
#include <qfiledialog.h>
|
||||
|
||||
|
||||
|
||||
#define BITMAPDIR "/home/knoppix/qucs/qucs/"
|
||||
|
||||
QucsApp::QucsApp()
|
||||
{
|
||||
setCaption(tr("Qucs " VERSION));
|
||||
|
@ -16,7 +16,7 @@
|
||||
***************************************************************************/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include "qucsdoc.h"
|
||||
@ -64,8 +64,6 @@ static const char *smallsave_xpm[] = {
|
||||
" zA "};
|
||||
|
||||
|
||||
#define BITMAPDIR "/home/knoppix/qucs/qucs/"
|
||||
|
||||
QucsDoc::QucsDoc(QTabBar *b, const QString& _Name)
|
||||
{
|
||||
GridX = 10;
|
||||
|
Loading…
x
Reference in New Issue
Block a user