1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 09:04:33 +02:00

Move libtomahawk-widgets to src/libtomahawk-widgets from a libtomahawk subdir

This commit is contained in:
Dominik Schmidt
2013-07-01 00:34:48 +02:00
parent 4ec651c378
commit c1d999c6a3
23 changed files with 229 additions and 96 deletions

View File

@@ -21,7 +21,9 @@ function(tomahawk_add_library)
set(target ${LIBRARY_NAME})
# qt stuff
include_directories(${CMAKE_CURRENT_LIST_DIR})
include_directories(${CMAKE_CURRENT_BINARY_DIR})
if(LIBRARY_UI)
qt_wrap_ui(LIBRARY_UI_SOURCES ${LIBRARY_UI})
list(APPEND LIBRARY_SOURCES ${LIBRARY_UI_SOURCES})