Skip to content

Commit 73cb923

Browse files
authored
Merge pull request #107 from oclero/dev
v1.2.2
2 parents ebe7792 + 2a0f1f8 commit 73cb923

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.2.2
4+
5+
- Fix installing includes with double-slashes
6+
37
## v1.2.1
48

59
- Fix the drop shadows: they now use correctly the device pixel ratio.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(CMAKE_BUILD_PARALLEL_LEVEL $ENV{NUMBER_OF_PROCESSORS})
66
# Set project information.
77
project("qlementine"
88
LANGUAGES CXX
9-
VERSION 1.2.1.0
9+
VERSION 1.2.2.0
1010
DESCRIPTION "Modern QStyle for desktop Qt applications."
1111
)
1212
set(PROJECT_COPYRIGHT "© Olivier Cléro, MIT License.")

lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ install(TARGETS ${PROJECT_NAME}
172172
INCLUDES DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")
173173

174174
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/include/"
175-
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/")
175+
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")
176176

177177
install(EXPORT "${PROJECT_NAME}Targets"
178178
FILE "${PROJECT_NAME}Targets.cmake"

0 commit comments

Comments
 (0)