summaryrefslogtreecommitdiffstats
path: root/example/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-09 01:40:38 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-09 02:07:16 +0100
commit347f0b28701932eba7eb063d9093e446b81debae (patch)
treeb6941843b550f83221b13a3b2643b5a95cd428db /example/CMakeLists.txt
parent5da5cb1c824c608159126a82011d8a8943b360e0 (diff)
downloadtqscintilla-347f0b28.tar.gz
tqscintilla-347f0b28.zip
Rename Qt => TQt.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'example/CMakeLists.txt')
-rw-r--r--example/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt
index 9512ae3..b59939e 100644
--- a/example/CMakeLists.txt
+++ b/example/CMakeLists.txt
@@ -3,7 +3,7 @@ include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
${TQT_INCLUDE_DIRS}
- ${CMAKE_SOURCE_DIR}/qt
+ ${CMAKE_SOURCE_DIR}/tqt
${CMAKE_SOURCE_DIR}/src
)
@@ -20,5 +20,5 @@ tde_add_executable( app AUTOMOC
application.cpp
main.cpp
LINK
- qscintilla-shared
+ tqscintilla-shared
)