summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2009-01-05 00:38:29 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2009-01-05 00:38:29 +0000
commit43a69f3e935c52c078cee6ce4bc93246c0ecf198 (patch)
treedb763f24a62cadcdfddc1a88293a0dfd0ce04289 /src/ui
parent(Partial) fix to nr-filter-image + some (small) changes to nr-filter-blend an... (diff)
downloadinkscape-43a69f3e935c52c078cee6ce4bc93246c0ecf198.tar.gz
inkscape-43a69f3e935c52c078cee6ce4bc93246c0ecf198.zip
Cmake build fixes, minor
(bzr r7078)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/CMakeLists.txt1
-rw-r--r--src/ui/dialog/CMakeLists.txt5
2 files changed, 0 insertions, 6 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt
index 48884807d..6c5a9350b 100644
--- a/src/ui/CMakeLists.txt
+++ b/src/ui/CMakeLists.txt
@@ -1,7 +1,6 @@
SET(ui_SRC
clipboard.cpp
context-menu.cpp
-icons.cpp
previewholder.cpp
stock.cpp
stock-items.cpp
diff --git a/src/ui/dialog/CMakeLists.txt b/src/ui/dialog/CMakeLists.txt
index 5a0d6a08e..1d912cf9f 100644
--- a/src/ui/dialog/CMakeLists.txt
+++ b/src/ui/dialog/CMakeLists.txt
@@ -15,7 +15,6 @@ dialog-manager.cpp
dock-behavior.cpp
document-metadata.cpp
document-properties.cpp
-export.cpp
extension-editor.cpp
filedialog.cpp
filedialogimpl-gtkmm.cpp
@@ -25,7 +24,6 @@ find.cpp
floating-behavior.cpp
inkscape-preferences.cpp
input.cpp
-layer-editor.cpp
livepatheffect-editor.cpp
memory.cpp
messages.cpp
@@ -33,15 +31,12 @@ ocaldialogs.cpp
print.cpp
scriptdialog.cpp
#session-player.cpp
-text-properties.cpp
tile.cpp
tracedialog.cpp
transformation.cpp
-tree-editor.cpp
undo-history.cpp
#whiteboard-connect.cpp
#whiteboard-sharewithchat.cpp
#whiteboard-sharewithuser.cpp
-xml-editor.cpp
${ui_dialog_WIN32_SRC}
)