1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-16 03:09:57 +01:00

Fix minimal build.

This commit is contained in:
John Maguire 2012-11-29 12:17:47 +01:00
parent 3eb66ea8c2
commit 1981fd0b7e

View File

@ -16,14 +16,12 @@ set(SOURCES
tagreaderworker.cpp
)
set(HEADERS
cloudstream.h
)
optional_source(HAVE_GOOGLE_DRIVE
INCLUDE_DIRECTORIES ${SPARSEHASH_INCLUDE_DIRS}
SOURCES
cloudstream.cpp
HEADERS
cloudstream.h
)
qt4_wrap_cpp(MOC ${HEADERS})