Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Plasma applet for NetworkManager
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Plasma
Plasma applet for NetworkManager
Commits
0d14a546
Commit
0d14a546
authored
Jan 02, 2018
by
Jan Grulich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We don't need anymore to export plasma-nm version
parent
0e5fab77
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
1 addition
and
19 deletions
+1
-19
CMakeLists.txt
CMakeLists.txt
+1
-5
config.h.cmake
config.h.cmake
+0
-1
kded/bluetoothmonitor.cpp
kded/bluetoothmonitor.cpp
+0
-1
kded/modemmonitor.h
kded/modemmonitor.h
+0
-2
kded/monitor.h
kded/monitor.h
+0
-1
kded/pindialog.h
kded/pindialog.h
+0
-2
libs/declarative/connectionicon.h
libs/declarative/connectionicon.h
+0
-2
libs/handler.h
libs/handler.h
+0
-2
libs/models/networkmodel.h
libs/models/networkmodel.h
+0
-1
libs/uiutils.h
libs/uiutils.h
+0
-2
No files found.
CMakeLists.txt
View file @
0d14a546
...
...
@@ -5,7 +5,6 @@ set(QT_MIN_VERSION "5.4.0")
set
(
PROJECT_VERSION
"5.11.90"
)
set
(
PROJECT_VERSION_MAJOR 5
)
set
(
PLASMANM_VERSION_STRING
${
PROJECT_VERSION
}
)
################# set KDE specific information #################
...
...
@@ -75,12 +74,9 @@ add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
remove_definitions
(
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY
)
configure_file
(
config.h.cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/config.h
)
add_definitions
(
-DWITH_MODEMMANAGER_SUPPORT=
${
WITH_MODEMMANAGER_SUPPORT
}
)
include_directories
(
${
CMAKE_CURRENT_BINARY_DIR
}
# for config.h
${
CMAKE_CURRENT_SOURCE_DIR
}
/libs
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/libs
${
CMAKE_CURRENT_SOURCE_DIR
}
/libs/editor/
)
add_subdirectory
(
applet
)
...
...
config.h.cmake
deleted
100644 → 0
View file @
0e5fab77
#define PLASMA_NM_VERSION_STRING "${PLASMANM_VERSION_STRING}"
kded/bluetoothmonitor.cpp
View file @
0d14a546
...
...
@@ -23,7 +23,6 @@
#include "bluetoothmonitor.h"
#include "debug.h"
#include <config.h>
#include <KLocalizedString>
#include <KMessageBox>
...
...
kded/modemmonitor.h
View file @
0d14a546
...
...
@@ -26,8 +26,6 @@
#include <QObject>
#include <QDBusPendingCallWatcher>
#include <config.h>
#include <ModemManagerQt/ModemDevice>
#include <ModemManagerQt/Modem>
...
...
kded/monitor.h
View file @
0d14a546
...
...
@@ -28,7 +28,6 @@
#if WITH_MODEMMANAGER_SUPPORT
#include "modemmonitor.h"
#endif
#include <config.h>
class
Q_DECL_EXPORT
Monitor
:
public
QObject
{
...
...
kded/pindialog.h
View file @
0d14a546
...
...
@@ -28,8 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <QPushButton>
#include <Solid/Device>
#include <config.h>
#include <ModemManagerQt/modem.h>
#include "ui_pinwidget.h"
...
...
libs/declarative/connectionicon.h
View file @
0d14a546
...
...
@@ -21,8 +21,6 @@
#ifndef PLASMA_NM_CONNECTION_ICON_H
#define PLASMA_NM_CONNECTION_ICON_H
#include <config.h>
#include <NetworkManagerQt/Manager>
#include <NetworkManagerQt/ActiveConnection>
#include <NetworkManagerQt/VpnConnection>
...
...
libs/handler.h
View file @
0d14a546
...
...
@@ -28,8 +28,6 @@
#include <ModemManagerQt/GenericTypes>
#endif
#include <config.h>
class
Q_DECL_EXPORT
Handler
:
public
QObject
{
...
...
libs/models/networkmodel.h
View file @
0d14a546
...
...
@@ -23,7 +23,6 @@
#include <QAbstractListModel>
#include <config.h>
#include "networkitemslist.h"
#include <NetworkManagerQt/Manager>
...
...
libs/uiutils.h
View file @
0d14a546
...
...
@@ -39,8 +39,6 @@
#include <ModemManagerQt/modem.h>
#endif
#include <config.h>
class
Q_DECL_EXPORT
UiUtils
{
public:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment