Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cumbia-viewtrend-context-menu-actions-plugin
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
lib
cumbia
cumbia-viewtrend-context-menu-actions-plugin
Commits
25b2011c
Commit
25b2011c
authored
5 months ago
by
Giacomo Strangolino
Browse files
Options
Downloads
Patches
Plain Diff
saved .pro with CUMBIA_ROOT
parent
917ec06d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cumbia-viewtrend-context-menu-actions.pro
+9
-29
9 additions, 29 deletions
cumbia-viewtrend-context-menu-actions.pro
with
9 additions
and
29 deletions
cumbia-viewtrend-context-menu-actions.pro
+
9
−
29
View file @
25b2011c
#-------------------------------------------------
#
#
Project
created
by
QtCreator
2019
-
09
-
03
T15
:
28
:
56
#
#-------------------------------------------------
isEmpty
(
INSTALL_ROOT
)
{
isEmpty
(
INSTALL_ROOT
)
{
INSTALL_ROOT
=
/
usr
/
local
/
cumbia
-
libs
INSTALL_ROOT
=
/
usr
/
local
/
cumbia
-
libs
}
}
isEmpty
(
prefix
)
{
isEmpty
(
prefix
)
{
prefix
=
$$
{
INSTALL_ROOT
}
prefix
=
$$
{
INSTALL_ROOT
}
}
}
isEmpty
(
CUMBIA_ROOT
)
{
CUMBIA_ROOT
=
$$
{
prefix
}
}
include
(
$$
{
CUMBIA_ROOT
}
/
include
/
cumbia
-
qtcontrols
/
cumbia
-
qtcontrols
.
pri
)
include
(
$$
{
INSTALL_ROOT
}
/
include
/
cumbia
-
qtcontrols
/
cumbia
-
qtcontrols
.
pri
)
QUMBIA_PLUGINS_LIBDIR
=
$$
{
CUMBIA_ROOT
}
/
lib
/
qumbia
-
plugins
QUMBIA_PLUGINS_LIBDIR
=
$$
{
INSTALL_ROOT
}
/
lib
/
qumbia
-
plugins
QT
+=
core
gui
datavisualization
TARGET
=
cumbia
-
viewtrend
-
context
-
menu
-
actions
TEMPLATE
=
lib
CONFIG
+=
plugin
isEmpty
(
buildtype
)
{
isEmpty
(
buildtype
)
{
buildtype
=
release
buildtype
=
release
}
else
{
}
else
{
equals
(
buildtype
,
debug
)
{
equals
(
buildtype
,
debug
)
{
message
(
""
)
message
(
"debug build"
)
message
(
"debug build"
)
message
(
""
)
}
}
}
}
CONFIG
+=
plugin
$$
{
buildtype
}
QT
+=
core
gui
datavisualization
TARGET
=
cumbia
-
viewtrend
-
context
-
menu
-
actions
TEMPLATE
=
lib
CONFIG
+=
$$
{
buildtype
}
#
The
following
define
makes
your
compiler
emit
warnings
if
you
use
#
any
feature
of
Qt
which
has
been
marked
as
deprecated
(
the
exact
warnings
#
depend
on
your
compiler
).
Please
consult
the
documentation
of
the
#
deprecated
API
in
order
to
know
how
to
port
your
code
away
from
it
.
DEFINES
+=
QT_DEPRECATED_WARNINGS
DEFINES
+=
QT_DEPRECATED_WARNINGS
#
You
can
also
make
your
code
fail
to
compile
if
you
use
deprecated
APIs
.
#
In
order
to
do
so
,
uncomment
the
following
line
.
#
You
can
also
select
to
disable
deprecated
APIs
only
up
to
a
certain
version
of
Qt
.
#
DEFINES
+=
QT_DISABLE_DEPRECATED_BEFORE
=
0
x060000
#
disables
all
the
APIs
deprecated
before
Qt
6.0
.
0
SOURCES
+=
\
SOURCES
+=
\
cumbia
-
viewtrend
-
ctx
-
menu
-
action
.
cpp
\
cumbia
-
viewtrend
-
ctx
-
menu
-
action
.
cpp
\
qutrendwidget
.
cpp
qutrendwidget
.
cpp
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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