mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-16 11:19:18 +01:00
Fix minimal build.
This commit is contained in:
parent
3eb66ea8c2
commit
1981fd0b7e
@ -16,14 +16,12 @@ set(SOURCES
|
|||||||
tagreaderworker.cpp
|
tagreaderworker.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
set(HEADERS
|
|
||||||
cloudstream.h
|
|
||||||
)
|
|
||||||
|
|
||||||
optional_source(HAVE_GOOGLE_DRIVE
|
optional_source(HAVE_GOOGLE_DRIVE
|
||||||
INCLUDE_DIRECTORIES ${SPARSEHASH_INCLUDE_DIRS}
|
INCLUDE_DIRECTORIES ${SPARSEHASH_INCLUDE_DIRS}
|
||||||
SOURCES
|
SOURCES
|
||||||
cloudstream.cpp
|
cloudstream.cpp
|
||||||
|
HEADERS
|
||||||
|
cloudstream.h
|
||||||
)
|
)
|
||||||
|
|
||||||
qt4_wrap_cpp(MOC ${HEADERS})
|
qt4_wrap_cpp(MOC ${HEADERS})
|
||||||
|
Loading…
Reference in New Issue
Block a user