mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
*** empty log message ***
This commit is contained in:
@ -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(
|
||||
|
@ -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
2
src/gui/qt/configure.gnu
Executable file
@ -0,0 +1,2 @@
|
||||
qmake
|
||||
|
Reference in New Issue
Block a user