Skip to content
Snippets Groups Projects
Commit c77d3e44 authored by jpbl's avatar jpbl
Browse files

*** empty log message ***

parent 7038de3c
No related branches found
No related tags found
No related merge requests found
...@@ -17,5 +17,7 @@ deps/%: deps/%.tar.gz ...@@ -17,5 +17,7 @@ deps/%: deps/%.tar.gz
cd deps/ && \ cd deps/ && \
tar zxvf $*.tar.gz tar zxvf $*.tar.gz
qt:
cd src/gui/qt && qmake
all: autotools all: autotools qt
...@@ -203,6 +203,7 @@ export CPPFLAGS ...@@ -203,6 +203,7 @@ export CPPFLAGS
echo $LDFLAGS echo $LDFLAGS
echo $CPPFLAGS echo $CPPFLAGS
AC_CONFIG_SUBDIRS(src/gui/qt)
dnl AC_CONFIG_FILES( dnl AC_CONFIG_FILES(
AC_OUTPUT( AC_OUTPUT(
......
serverdir = server serverdir = server
serverlib = server/libsflphoneguiserver.la serverlib = server/libsflphoneguiserver.la
libexec_PROGRAMS = qt/sflphoned
qt/sflphoned:
cd qt && make
SUBDIRS = $(serverdir) SUBDIRS = $(serverdir)
noinst_LTLIBRARIES = libguiframework.la noinst_LTLIBRARIES = libguiframework.la
......
qmake
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment