diff options
author | Slávek Banko <[email protected]> | 2021-12-08 17:03:22 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-08 17:03:22 +0100 |
commit | 5da5cb1c824c608159126a82011d8a8943b360e0 (patch) | |
tree | f7be9475f081ff2bc81b44fa4300f013bb437fdf /qt | |
parent | 591c8f8d77f742dd99e59dab537dd9d5a62e88a6 (diff) | |
download | tqscintilla-5da5cb1c824c608159126a82011d8a8943b360e0.tar.gz tqscintilla-5da5cb1c824c608159126a82011d8a8943b360e0.zip |
cmake: Install the library to the default system location.
Parts omitted in commit 1382F3DDB7D28B59432C8C32455734BADA2B6016.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'qt')
-rw-r--r-- | qt/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/CMakeLists.txt b/qt/CMakeLists.txt index 865d3b1..bf53a40 100644 --- a/qt/CMakeLists.txt +++ b/qt/CMakeLists.txt @@ -55,7 +55,7 @@ tde_add_library( qscintilla SHARED AUTOMOC VERSION 7.0.1 - DESTINATION ${TQT_LIBDIR} + DESTINATION ${LIB_INSTALL_DIR} ) |