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
A
Akonadi Data Import Wizard
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
0
Merge Requests
0
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
PIM
Akonadi Data Import Wizard
Commits
432a79e4
Commit
432a79e4
authored
Apr 16, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make it build as standalone
parent
e6e4d45a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
2 deletions
+38
-2
src/CMakeLists.txt
src/CMakeLists.txt
+1
-1
src/importwizard-version.h.cmake
src/importwizard-version.h.cmake
+36
-0
src/main.cpp
src/main.cpp
+1
-1
No files found.
src/CMakeLists.txt
View file @
432a79e4
configure_file
(
importwizard-version.h.cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/importwizard-version.h @ONLY
)
add_subdirectory
(
icons
)
add_subdirectory
(
kconf_update
)
set
(
importwizard_SRCS
...
...
src/importwizard-version.h.cmake
0 → 100644
View file @
432a79e4
/*
Copyright
(
c
)
1998-1999 Preston Brown <pbrown@kde.org>
Copyright
(
c
)
2000-2004 Cornelius Schumacher <schumacher@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(
at your option
)
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/*
Set the version for this kdepim release.
This version may be used by programs within this module that
do not want to maintain a version on their own.
Note that we cannot use the kdelibs version because we may
build against older kdelibs releases.
*/
#ifndef KDEPIM_VERSION_H
#define KDEPIM_VERSION_H
#define KDEPIM_VERSION "@KDEPIM_VERSION@ (@WEBENGINE_TYPE@)"
#endif
src/main.cpp
View file @
432a79e4
...
...
@@ -23,7 +23,7 @@
#include <QIcon>
#include "importwizard.h"
#include "
kdepim
-version.h"
#include "
importwizard
-version.h"
#include <QCommandLineParser>
#include <stdio.h>
...
...
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