*** empty log message ***

This commit is contained in:
jpbl
2005-11-09 20:43:52 +00:00
parent 7038de3c2a
commit c77d3e44fe
4 changed files with 11 additions and 1 deletions

View File

@ -17,5 +17,7 @@ deps/%: deps/%.tar.gz
cd deps/ && \
tar zxvf $*.tar.gz
qt:
cd src/gui/qt && qmake
all: autotools
all: autotools qt

View File

@ -203,6 +203,7 @@ export CPPFLAGS
echo $LDFLAGS
echo $CPPFLAGS
AC_CONFIG_SUBDIRS(src/gui/qt)
dnl AC_CONFIG_FILES(
AC_OUTPUT(

View File

@ -1,6 +1,11 @@
serverdir = server
serverlib = server/libsflphoneguiserver.la
libexec_PROGRAMS = qt/sflphoned
qt/sflphoned:
cd qt && make
SUBDIRS = $(serverdir)
noinst_LTLIBRARIES = libguiframework.la

2
src/gui/qt/configure.gnu Executable file
View File

@ -0,0 +1,2 @@
qmake