Skip to content

Commit

Permalink
Update to refactored version of QTextPad library
Browse files Browse the repository at this point in the history
  • Loading branch information
zrax committed Jan 30, 2022
1 parent 6b00f35 commit 5d9316c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -62,7 +62,7 @@ add_definitions(-DPLASMASHOP_VERSION="${PlasmaShop_VERSION}")

set(QTEXTPAD_WIDGET_ONLY ON)
add_subdirectory(qtextpad)
include_directories("${CMAKE_CURRENT_SOURCE_DIR}/qtextpad")
include_directories("${CMAKE_CURRENT_SOURCE_DIR}/qtextpad/lib")

add_subdirectory(src)

Expand Down
2 changes: 1 addition & 1 deletion qtextpad
Submodule qtextpad updated 100 files
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -21,7 +21,7 @@ set(PSCommon_Sources
)

add_library(PSCommon STATIC ${PSCommon_Headers} ${PSCommon_Sources})
target_link_libraries(PSCommon PUBLIC HSPlasma Qt5::Widgets qtextpad)
target_link_libraries(PSCommon PUBLIC HSPlasma Qt5::Widgets syntaxtextedit)

add_subdirectory(PlasmaShop)
add_subdirectory(PrpShop)
Expand Down

0 comments on commit 5d9316c

Please sign in to comment.