diff options
Diffstat (limited to 'src/dialogs')
| -rw-r--r-- | src/dialogs/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dialogs/CMakeLists.txt b/src/dialogs/CMakeLists.txt index 9d2ed9eb8..4e6b1ee3d 100644 --- a/src/dialogs/CMakeLists.txt +++ b/src/dialogs/CMakeLists.txt @@ -1,8 +1,6 @@ SET(dialogs_SRC clonetiler.cpp dialog-events.cpp -eek-color-def.cpp -eek-preview.cpp export.cpp extensions.cpp fill-style.cpp @@ -25,4 +23,4 @@ xml-tree.cpp ) ADD_LIBRARY(dialogs STATIC ${dialogs_SRC}) TARGET_LINK_LIBRARIES(dialogs -2geom ${INKSCAPE_LIBS})
\ No newline at end of file +2geom ${INKSCAPE_LIBS}) |
