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
Education
KTurtle
Commits
f7236f64
Commit
f7236f64
authored
Feb 02, 2021
by
Laurent Montel
😁
Browse files
Use autorcc directly
parent
978328c6
Pipeline
#49448
failed with stage
in 3 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
f7236f64
...
@@ -22,19 +22,16 @@ set(kturtle_SRCS
...
@@ -22,19 +22,16 @@ set(kturtle_SRCS
interpreter/translator.cpp
interpreter/translator.cpp
interpreter/treenode.cpp
interpreter/treenode.cpp
interpreter/value.cpp
interpreter/value.cpp
resources.qrc
)
)
qt5_add_dbus_adaptor
(
kturtle_SRCS interpreter/org.kde.kturtle.Interpreter.xml
qt5_add_dbus_adaptor
(
kturtle_SRCS interpreter/org.kde.kturtle.Interpreter.xml
interpreter/interpreter.h Interpreter
)
interpreter/interpreter.h Interpreter
)
set
(
kturtle_RCCS resources.qrc
)
qt5_add_resources
(
kturtle_RCC_SRCS
${
kturtle_RCCS
}
)
file
(
GLOB ICONS_SRCS
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/../icons/*-apps-kturtle.png"
)
file
(
GLOB ICONS_SRCS
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/../icons/*-apps-kturtle.png"
)
ecm_add_app_icon
(
kturtle_SRCS ICONS
${
ICONS_SRCS
}
)
ecm_add_app_icon
(
kturtle_SRCS ICONS
${
ICONS_SRCS
}
)
add_executable
(
kturtle
${
kturtle_SRCS
}
add_executable
(
kturtle
${
kturtle_SRCS
}
${
kturtle_RCC_SRCS
}
)
)
target_link_libraries
(
kturtle
target_link_libraries
(
kturtle
...
...
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