total reorganization: all but the main is now in the browserlib

This commit is contained in:
Marc Wäckerlin
2015-10-19 08:05:58 +00:00
parent 3093bedf3f
commit 0117916b4b
106 changed files with 286 additions and 92 deletions

View File

@@ -39,7 +39,7 @@ AC_ARG_ENABLE(pkcs11-download,
fi
])
AX_REQUIRE_QT([QT], [QtCore QtNetwork QtWebKit],
AX_REQUIRE_QT([QT], [QtCore QtNetwork QtWebKit QtDesigner],
[QtWidgets QtWebKitWidgets QtPrintSupport])
AX_QT_NO_KEYWORDS
@@ -51,8 +51,9 @@ AX_PKG_REQUIRE([proxyface])
AX_PKG_REQUIRE([mrwcxx], [mrw-c++])
AC_CONFIG_FILES([src/languages.qrc])
AC_CONFIG_FILES([src/qbrowserlib/languages.qrc src/qbrowserlib/makefile])
#src/designer/makefile
AC_CONFIG_FILES([src/qbrowserlib/languages.qrc])
AC_CONFIG_FILES([src/qbrowserlib/makefile])
AC_CONFIG_FILES([src/designer/makefile])
# create output
AC_OUTPUT