summaryrefslogtreecommitdiff
path: root/bitmask.pro
diff options
context:
space:
mode:
Diffstat (limited to 'bitmask.pro')
-rw-r--r--bitmask.pro30
1 files changed, 1 insertions, 29 deletions
diff --git a/bitmask.pro b/bitmask.pro
index 28119a7..910ba23 100644
--- a/bitmask.pro
+++ b/bitmask.pro
@@ -1,7 +1,7 @@
# FIXME: this should be overwritten by build templates
TARGET=riseup-vpn
-CONFIG += qt staticlib
+CONFIG += qt static
windows:CONFIG += console
unix:DEBUG:CONFIG += debug
lessThan(QT_MAJOR_VERSION, 5): error("requires Qt 5")
@@ -11,34 +11,6 @@ macx {
LIBS += -framework Security
}
-# trying to optimize size of the static binary.
-# probably more can be shaved off with some patience
-# You need to recompile your version of Qt to use the libraries you want. The
-# information comes from the build configuration of the Qt version that you are
-# using. Simply point Qts configure to the relevant libraries you wish to
-# override, build it, and use it to build your project. It will automatically
-# pull in the newer libraries that you overrode.
-# TODO: patch the $(PKG)_BUILD definition in mxe/src/qtbase.mk and shave some options there.
-# https://stackoverflow.com/questions/5587141/recommended-flags-for-a-minimalistic-qt-build
-# See also: https://qtlite.com/
-
-#QTPLUGIN.imageformats = -
-#QTPLUGIN.QTcpServerConnectionFactory =-
-#QTPLUGIN.QQmlDebugServerFactory =-
-#QTPLUGIN.QWindowsIntegrationPlugin =-
-#QTPLUGIN.QQmlDebuggerServiceFactory =-
-#QTPLUGIN.QQmlInspectorServiceFactory =-
-#QTPLUGIN.QLocalClientConnectionFactory =-
-#QTPLUGIN.QDebugMessageServiceFactory =-
-#QTPLUGIN.QQmlNativeDebugConnectorFactory =-
-#QTPLUGIN.QQmlNativeDebugServiceFactory =-
-#QTPLUGIN.QQmlPreviewServiceFactory =-
-#QTPLUGIN.QQmlProfilerServiceFactory =-
-#QTPLUGIN.QQuickProfilerAdapterFactory =-
-#QTPLUGIN.QQmlDebugServerFactory =-
-#QTPLUGIN.QTcpServerConnectionFactory =-
-#QTPLUGIN.QGenericEnginePlugin =-
-
QT += qml quick widgets
SOURCES += \