File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ set(CMAKE_BUILD_PARALLEL_LEVEL $ENV{NUMBER_OF_PROCESSORS})
66# Set project information.
77project ("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)
1212set (PROJECT_COPYRIGHT "© Olivier Cléro, MIT License." )
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ install(TARGETS ${PROJECT_NAME}
172172 INCLUDES DESTINATION "${CMAKE_INSTALL_INCLUDEDIR} " )
173173
174174install (DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR} /include/"
175- DESTINATION "${CMAKE_INSTALL_INCLUDEDIR} / " )
175+ DESTINATION "${CMAKE_INSTALL_INCLUDEDIR} " )
176176
177177install (EXPORT "${PROJECT_NAME} Targets"
178178 FILE "${PROJECT_NAME} Targets.cmake"
You can’t perform that action at this time.
0 commit comments