Skip to content
Snippets Groups Projects
Unverified Commit 57b7f111 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[pkg] simplify project file

parent 1a727bf4
No related branches found
No related tags found
No related merge requests found
# 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 += \
......
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