blob: 953c587b158a477f51e4af16d5b1769449034e27 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# the profile widget
set(SUBSURFACE_PREFERENCES_LIB_SRCS
abstractpreferenceswidget.cpp
)
source_group("Subsurface Preferences" FILES ${SUBSURFACE_PREFERENCES_LIB_SRCS})
add_library(subsurface_desktop_preferences STATIC ${SUBSURFACE_PREFERENCES_LIB_SRCS})
target_link_libraries(subsurface_desktop_preferences ${QT_LIBRARIES})
|