Fix minimal build.

This commit is contained in:
John Maguire 2012-11-29 12:17:47 +01:00
parent 3eb66ea8c2
commit 1981fd0b7e
1 changed files with 2 additions and 4 deletions

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})