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
cd deps/ && \
tar zxvf $*.tar.gz
qt:
cd src/gui/qt && qmake
all: autotools
all: autotools qt
......@@ -203,6 +203,7 @@ export CPPFLAGS
echo $LDFLAGS
echo $CPPFLAGS
AC_CONFIG_SUBDIRS(src/gui/qt)
dnl AC_CONFIG_FILES(
AC_OUTPUT(
......
serverdir = server
serverlib = server/libsflphoneguiserver.la
libexec_PROGRAMS = qt/sflphoned
qt/sflphoned:
cd qt && make
SUBDIRS = $(serverdir)
noinst_LTLIBRARIES = libguiframework.la
......
qmake
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment