|
|
|
@ -6,7 +6,7 @@ if (NOT QTC_QT_ONLY)
|
|
|
|
|
trinity_automoc(${qtcurve_SRCS})
|
|
|
|
|
add_library(qtcurve MODULE ${qtcurve_SRCS})
|
|
|
|
|
set_target_properties(qtcurve PROPERTIES PREFIX "")
|
|
|
|
|
target_link_libraries(qtcurve ${QT_LIBRARIES} kdefx)
|
|
|
|
|
target_link_libraries(qtcurve ${QT_LIBRARIES} tdefx)
|
|
|
|
|
install(TARGETS qtcurve LIBRARY DESTINATION ${KDE3_LIB_DIR}/trinity/plugins/styles)
|
|
|
|
|
install(FILES qtcurve.themerc DESTINATION ${KDE3PREFIX}/share/apps/kstyle/themes)
|
|
|
|
|
else (NOT QTC_QT_ONLY)
|
|
|
|
|