Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
b01b6955
Commit
b01b6955
authored
Jan 06, 2021
by
Christoph Cullmann
🐮
Browse files
move urlinfo.h to the new shared directory, too
parent
4093e3f2
Changes
6
Hide whitespace changes
Inline
Side-by-side
kate/autotests/urlinfo_test.h
View file @
b01b6955
...
...
@@ -7,7 +7,8 @@
#pragma once
#include <QObject>
#include "../../urlinfo.h"
#include <urlinfo.h>
class
UrlInfoTest
:
public
QObject
{
...
...
kate/kateapp.cpp
View file @
b01b6955
...
...
@@ -33,7 +33,7 @@
#include <QFileOpenEvent>
#include <QTextCodec>
#include
"../../
urlinfo.h
"
#include
<
urlinfo.h
>
/**
* singleton instance pointer
...
...
kate/main.cpp
View file @
b01b6955
...
...
@@ -32,7 +32,7 @@
#include <QUrl>
#include <QVariant>
#include
"../
urlinfo.h
"
#include
<
urlinfo.h
>
#ifdef USE_QT_SINGLE_APP
#include "qtsingleapplication/qtsingleapplication.h"
...
...
kwrite/CMakeLists.txt
View file @
b01b6955
add_executable
(
kwrite
""
)
configure_file
(
config.h.in config.h
)
target_include_directories
(
kwrite PRIVATE
${
CMAKE_CURRENT_BINARY_DIR
}
)
# config.h
target_include_directories
(
kwrite PRIVATE
${
CMAKE_CURRENT_BINARY_DIR
}
# config.h
${
CMAKE_SOURCE_DIR
}
/shared
)
find_package
(
KF5
${
KF5_DEP_VERSION
}
...
...
kwrite/main.cpp
View file @
b01b6955
...
...
@@ -30,7 +30,7 @@
#include <QTextCodec>
#include <QUrlQuery>
#include
"../
urlinfo.h
"
#include
<
urlinfo.h
>
#ifndef Q_OS_WIN
#include <unistd.h>
...
...
urlinfo.h
→
shared/
urlinfo.h
View file @
b01b6955
File moved
Write
Preview
Supports
Markdown
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