Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
bitmask-vpn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
anna petry
bitmask-vpn
Commits
57b7f111
Unverified
Commit
57b7f111
authored
4 years ago
by
Kali Kaneko
Browse files
Options
Downloads
Patches
Plain Diff
[pkg] simplify project file
Signed-off-by:
kali kaneko (leap communications)
<
kali@leap.se
>
parent
1a727bf4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bitmask.pro
+1
-29
1 addition, 29 deletions
bitmask.pro
with
1 addition
and
29 deletions
bitmask.pro
+
1
−
29
View file @
57b7f111
# FIXME: this should be overwritten by build templates
TARGET
=
riseup
-
vpn
CONFIG
+=
qt
static
lib
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
+=
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment