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

Commit

Permalink
fixed install rules, updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
athre0z committed Nov 1, 2015
1 parent f6c9d84 commit 2bef430
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ Changelog
- added skin "IDA default"
- minor dark-theme fixes
- switched to cmake build system

### 1.3.0 -> 1.4.0:
- added object-inspector for easy finding of widget names and types for
theme development
- fixed infinite-loop of message boxes that could occur on first start
- fixed issue with IDA installations with unaltered font-settings
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,6 @@ endforeach()
# Add IDA plugin target
include_directories("src")
add_ida_plugin(${CMAKE_PROJECT_NAME} ${headers} ${sources} ${form_headers})
target_link_libraries(${CMAKE_PROJECT_NAME} Qt4::QtCore Qt4::QtGui)
target_link_libraries(${CMAKE_PROJECT_NAME} Qt4::QtCore Qt4::QtGui)

install(DIRECTORY skin/ DESTINATION skin)

0 comments on commit 2bef430

Please sign in to comment.