Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KDE PIM Runtime
Commits
b6e6323e
Commit
b6e6323e
authored
Apr 28, 2014
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reactivate
parent
b0f3da91
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
accountwizard/CMakeLists.txt
accountwizard/CMakeLists.txt
+3
-5
accountwizard/inprocess-main.cpp
accountwizard/inprocess-main.cpp
+2
-1
No files found.
accountwizard/CMakeLists.txt
View file @
b6e6323e
...
...
@@ -90,16 +90,14 @@ endif ()
add_executable
(
accountwizard
${
accountwizard_srcs
}
main.cpp
)
target_link_libraries
(
accountwizard
${
accountwizard_libs
}
)
#REACTIVATE IT
#add_library(accountwizard_plugin MODULE ${accountwizard_srcs} inprocess-main.cpp)
#target_link_libraries(accountwizard_plugin ${accountwizard_libs})
add_library
(
accountwizard_plugin MODULE
${
accountwizard_srcs
}
inprocess-main.cpp
)
target_link_libraries
(
accountwizard_plugin
${
accountwizard_libs
}
)
if
(
NOT ACCOUNTWIZARD_NO_GHNS
)
install
(
FILES accountwizard.knsrc DESTINATION
${
CONFIG_INSTALL_DIR
}
)
endif
()
install
(
TARGETS accountwizard
${
INSTALL_TARGETS_DEFAULT_ARGS
}
)
#REACTIVATE IT
#install(TARGETS accountwizard_plugin DESTINATION ${PLUGIN_INSTALL_DIR})
install
(
TARGETS accountwizard_plugin DESTINATION
${
PLUGIN_INSTALL_DIR
}
)
install
(
PROGRAMS accountwizard.desktop DESTINATION
${
XDG_APPS_INSTALL_DIR
}
)
install
(
FILES accountwizard-mime.xml DESTINATION
${
XDG_MIME_INSTALL_DIR
}
)
#REACTIVATE it
...
...
accountwizard/inprocess-main.cpp
View file @
b6e6323e
...
...
@@ -41,6 +41,7 @@ class AccountWizard : public QObject
}
};
Q_EXPORT_PLUGIN2
(
accountwizard
,
AccountWizard
)
//QT5
//Q_EXPORT_PLUGIN2( accountwizard, AccountWizard )
#include "inprocess-main.moc"
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