Skip to content
Snippets Groups Projects
Commit 2427eb3e authored by Uwe Woessner's avatar Uwe Woessner
Browse files

Common lib was missing as dependency


Signed-off-by: default avatarUwe Woessner <woessner@hlrs.de>
parent 98f2af1f
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@ add_openpass_target(
Qt5::Core
Qt5::Xml
Window
Common
${PROJECT_NAME}_Models
${PROJECT_NAME}_Views
${PROJECT_NAME}_Presenters
......
......@@ -58,4 +58,5 @@ add_openpass_target(
${PROJECT_NAME}_Models
${PROJECT_NAME}_Views
${PROJECT_NAME}_Presenters
Common
)
\ No newline at end of file
......@@ -24,4 +24,5 @@ add_openpass_target(
LIBRARIES
Qt5::Core
Common
)
......@@ -32,4 +32,5 @@ add_openpass_target(
LIBRARIES
Qt5::Core
Common
)
......@@ -25,4 +25,5 @@ add_openpass_target(
LIBRARIES
Qt5::Core
Common
)
......@@ -26,4 +26,5 @@ add_openpass_target(
LIBRARIES
Qt5::Core
Common
)
......@@ -29,6 +29,7 @@ add_openpass_target(
LIBRARIES
Qt5::Core
Common
INCDIRS
src
......
......@@ -35,4 +35,5 @@ add_openpass_target(
LIBRARIES
Qt5::Core
Common
)
......@@ -50,6 +50,7 @@ add_openpass_target(
LIBRARIES
Qt5::Core
CoreCommon
Common
INCDIRS
../../../../common
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment