Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathias Kraus
abakus
Commits
a930f2dc
Commit
a930f2dc
authored
Aug 15, 2006
by
Laurent Montel
😁
Browse files
Adapt to new cmake module
svn path=/branches/work/abakus-qt4/; revision=573235
parent
097f68ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
a930f2dc
...
...
@@ -76,7 +76,7 @@ else(HAVE_FLEX_BISON)
endif
(
HAVE_FLEX_BISON
)
kde4_automoc
(
${
abakus_SRCS
}
)
kde4_add_ui_files
(
abakus_SRCS
"
MainWindow.ui
"
)
kde4_add_ui_files
(
abakus_SRCS MainWindow.ui
)
kde4_add_executable
(
abakus
${
abakus_SRCS
}
${
math_srcs
}
${
parser_srcs
}
)
target_link_libraries
(
abakus
${
KDE4_KDEUI_LIBS
}
${
math_libs
}
m
)
...
...
@@ -88,6 +88,6 @@ install(TARGETS abakus DESTINATION ${BIN_INSTALL_DIR})
install
(
FILES abakus.desktop DESTINATION
${
XDG_APPS_DIR
}
)
install
(
FILES abakusui.rc DESTINATION
${
DATA_INSTALL_DIR
}
/abakus
)
kde4_install_icons
(
${
ICON_INSTALL_DIR
}
hicolor
)
kde4_install_icons
(
${
ICON_INSTALL_DIR
}
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment