Skip to content

Commit

Permalink
Fix installing so
Browse files Browse the repository at this point in the history
  • Loading branch information
dantti committed Nov 9, 2015
1 parent 4305ec0 commit 3072511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions config.h.in
Expand Up @@ -17,12 +17,9 @@
#define BUILDDIR "@BUILDDIR@"

/* Name of package */
#define PACKAGE_NAME "cutelyst"
#define PACKAGE_NAME "simple-mail"

/* Version number of package */
#define VERSION "@VERSION@"

/* Directory where the plugins are located */
#define CUTELYST_PLUGINS_DIR "@CUTELYST_PLUGINS_DIR@"

#endif /*CONFIG_H*/
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Expand Up @@ -50,8 +50,8 @@ add_library(SimpleMailQt5::Core ALIAS simplemail-qt5)
set_property(TARGET simplemail-qt5 PROPERTY EXPORT_NAME Core)

set_target_properties(simplemail-qt5 PROPERTIES
VERSION ${CUTELYST_VERSION}
SOVERSION ${CUTELYST_API_LEVEL}
VERSION ${SIMPLEMAIL_VERSION}
SOVERSION ${SIMPLEMAIL_API_LEVEL}
)
target_link_libraries(simplemail-qt5
Qt5::Core
Expand Down

0 comments on commit 3072511

Please sign in to comment.