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
PIM
KAlarm
Commits
be8dfd5d
Commit
be8dfd5d
authored
Mar 26, 2012
by
David Jarvie
Browse files
Include QtGui library in link
parent
d4501e2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
be8dfd5d
...
...
@@ -52,21 +52,23 @@ kde4_add_library(kalarmcal ${LIBRARY_TYPE} ${kalarmcal_LIB_SRCS})
if
(
USE_KRESOURCES
)
target_link_libraries
(
kalarmcal
kcal
kcal
kholidays
kpimidentities
${
KDE4_KDECORE_LIBS
}
${
QT_QTCORE_LIBRARY
}
)
${
KDE4_KDECORE_LIBS
}
${
QT_QTGUI_LIBRARY
}
${
QT_QTCORE_LIBRARY
}
)
else
()
target_link_libraries
(
kalarmcal
akonadi-kde
kcalcore
kholidays
kpimidentities
${
KDE4_KDECORE_LIBS
}
${
QT_QTCORE_LIBRARY
}
)
${
KDE4_KDECORE_LIBS
}
${
QT_QTGUI_LIBRARY
}
${
QT_QTCORE_LIBRARY
}
)
endif
()
set_target_properties
(
kalarmcal PROPERTIES
...
...
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