fix central makefile to compile all components
authorKonrad Rosenbaum <konrad@silmor.de>
Sun, 19 Jan 2014 18:41:39 +0000 (19:41 +0100)
committerKonrad Rosenbaum <konrad@silmor.de>
Sun, 19 Jan 2014 18:41:39 +0000 (19:41 +0100)
Makefile

index 2720c0b..0387b80 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -99,11 +99,14 @@ wbase: woc
 server: wob
 
 client: wob taurus tzone wbase
+       cd iface && $(QMAKE) $(QMAKEFLAGS) && $(MAKE)
        cd src && $(QMAKE) $(QMAKEFLAGS) && $(MAKE)
        cd mainapp && $(QMAKE) $(QMAKEFLAGS) && $(MAKE)
+       cd plugins && $(QMAKE) $(QMAKEFLAGS) && $(MAKE)
 
 taurus:
        cd taurus && $(QMAKE) $(QMCFG) $(QMAKEFLAGS) && $(MAKE)
+       -mkdir -p bin
        cp -a taurus/lib/* bin/
        -cp -a taurus/aurora/gpg/bin/gpg bin/
        -cp -a taurus/aurora/gpg/bin/gpg.exe bin/
@@ -111,6 +114,7 @@ taurus:
 
 tzone:
        cd tzone && $(QMAKE) $(QMCFG) $(QMAKEFLAGS) && $(MAKE)
+       cp -a tzone/libQtTz* bin/
 
 sdoc:
        $(DOXYGEN) Doxyfile-php