Skip to content
This repository was archived by the owner on Dec 16, 2020. It is now read-only.

Commit 2bef430

Browse files
author
athre0z
committed
fixed install rules, updated CHANGELOG.md
1 parent f6c9d84 commit 2bef430

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ Changelog
2121
- added skin "IDA default"
2222
- minor dark-theme fixes
2323
- switched to cmake build system
24+
25+
### 1.3.0 -> 1.4.0:
26+
- added object-inspector for easy finding of widget names and types for
27+
theme development
28+
- fixed infinite-loop of message boxes that could occur on first start
29+
- fixed issue with IDA installations with unaltered font-settings

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,6 @@ endforeach()
6969
# Add IDA plugin target
7070
include_directories("src")
7171
add_ida_plugin(${CMAKE_PROJECT_NAME} ${headers} ${sources} ${form_headers})
72-
target_link_libraries(${CMAKE_PROJECT_NAME} Qt4::QtCore Qt4::QtGui)
72+
target_link_libraries(${CMAKE_PROJECT_NAME} Qt4::QtCore Qt4::QtGui)
73+
74+
install(DIRECTORY skin/ DESTINATION skin)

0 commit comments

Comments
 (0)