summaryrefslogtreecommitdiffstats
path: root/designer/CMakeLists.txt
blob: b38c1f36830eebf48d84a6ea3ddbdbb768d85480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
include_directories(
  ${CMAKE_BINARY_DIR}
  ${CMAKE_CURRENT_BINARY_DIR}
  ${CMAKE_CURRENT_SOURCE_DIR}
  ${TQT_INCLUDE_DIRS}
  ${CMAKE_SOURCE_DIR}/tqt
)

link_directories(
  ${TQT_LIBRARY_DIRS}
)


##### tqscintillaplugin (shared)

tde_add_library( tqscintillaplugin SHARED

  SOURCES
        tqscintillaplugin.cpp
  LINK
     tqscintilla-shared

  DESTINATION ${TQT_PLUGINS_DIR}/designer
)