misc/quazip/CMakeLists.txt
author koda
Sun, 28 Oct 2012 04:47:30 +0100
changeset 7853 e70c633ed833
parent 7256 5b97b9946cde
permissions -rw-r--r--
fix for issue #432, show ready toggle for room admins, set them always ready, keep the blinking option

set(QT_USE_QTCORE TRUE)

find_package(Qt4 REQUIRED)
if(NOT CROSSAPPLE)
    include(${QT_USE_FILE})
endif()


file(GLOB SRCS "*.c" "*.cpp")
file(GLOB PUBLIC_HEADERS "*.h")
qt4_wrap_cpp(MOC_SRCS "quazipfile.h")
set(SRCS ${SRCS} ${MOC_SRCS})

add_library(quazip STATIC ${SRCS})