Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-qt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
savoirfairelinux
jami-client-qt
Commits
7cc48a48
Commit
7cc48a48
authored
3 years ago
by
Andreas Traczyk
Browse files
Options
Downloads
Patches
Plain Diff
project: remove dead linux section of qmake project file
Change-Id: Ie63005974911049e26bd8a359bf413cdcf44cb34
parent
2e605683
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
jami-qt.pro
+0
-74
0 additions, 74 deletions
jami-qt.pro
with
0 additions
and
74 deletions
jami-qt.pro
+
0
−
74
View file @
7cc48a48
...
...
@@ -89,80 +89,6 @@ win32-msvc {
}
}
unix
{
TARGET
=
jami
-
qt
TEMPLATE
=
app
QT
+=
quick
quickwidgets
widgets
xml
multimedia
multimediawidgets
network
\
webenginewidgets
svg
quickcontrols2
webengine
webenginecore
sql
dbus
#
Maj
/
min
versions
can
be
checked
(
if
needed
)
using
:
#
equals
(
QT_MAJOR_VERSION
,
5
)
:
lessThan
(
QT_MINOR_VERSION
,
12
)
{}
versionAtLeast
(
QT_VERSION
,
5.12
.
0
)
{
CONFIG
+=
c
++
17
}
else
{
QMAKE_CXXFLAGS
+=
-
std
=
c
++
17
}
#
Client
source
path
INCLUDEPATH
+=
$$
PWD
/
src
#
Default
LRC
path
isEmpty
(
LRC
)
{
LRC
=
$$
PWD
/../
install
/
lrc
}
#
Check
if
LRC
is
installed
or
in
project
dir
exists
(
$$
{
LRC
}
/
include
/
libringclient
)
{
INCLUDEPATH
+=
$$
{
LRC
}
/
include
/
libringclient
message
(
Will
expect
lrc
headers
in
$$
{
LRC
}
/
include
/
libringclient
)
}
else
{
INCLUDEPATH
+=
$$
{
LRC
}
/
src
message
(
Will
expect
lrc
headers
in
$$
{
LRC
}
/
src
)
}
#
TODO
:
subdirs
should
be
added
as
suffixes
to
$$
{
LRC
}
isEmpty
(
LRCLIB
)
{
exists
(
$$
{
LRC
}
/
lib
)
{
LRCLIB
=
$$
{
LRC
}
/
lib
}
else
{
LRCLIB
=
$$
{
LRC
}
/
build
-
local
}
}
#
Include
LRC
lib
path
if
custom
installation
contains
(
LRCLIB
,
.
*/
usr
.
*
)
{
LIBS
+=
-
lringclient
message
(
Will
expect
lrc
library
in
/
usr
)
}
else
{
QMAKE_RPATHDIR
+=
$$
{
LRCLIB
}
LIBS
+=
-
L
$$
{
LRCLIB
}
-
lringclient
message
(
Will
expect
lrc
library
in
$$
{
LRCLIB
})
}
LIBS
+=
-
lqrencode
LIBS
+=
-
lX11
CONFIG
+=
link_pkgconfig
PKGCONFIG
+=
libnm
#
TODO
:
set
global
installation
like
cmake
(
correct
#
installation
paths
,
desktop
files
,
autostart
...)
isEmpty
(
PREFIX
)
{
PREFIX
=
/
tmp
/
$$
{
TARGET
}
/
bin
}
target
.
path
=
$$
PREFIX
/
bin
INSTALLS
+=
target
packagesExist
(
libnm
)
{
DEFINES
+=
USE_LIBNM
}
#
unix
specific
HEADERS
+=
\
src
/
dbuserrorhandler
.
h
\
src
/
xrectsel
.
h
SOURCES
+=
\
src
/
dbuserrorhandler
.
cpp
\
src
/
xrectsel
.
c
}
#
Input
HEADERS
+=
\
src
/
abstractitemmodelbase
.
h
\
...
...
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