## ## $Id$ ## ## This file is part of Vidalia, and is subject to the license terms in the ## LICENSE file, found in the top level directory of this distribution. If ## you did not receive the LICENSE file with this file, you may obtain it ## from the Vidalia source package distributed by the Vidalia Project at ## http://www.vidalia-project.net/. No part of Vidalia, including this file, ## may be copied, modified, propagated, or distributed except according to ## the terms described in the LICENSE file. ## include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR} ) set(herdictwebreporterplugin_SRCS HerdictWebReporterPlugin.cpp HerdictWebReporterPanel.cpp ## QJSON Files ## parser.cpp json_scanner.cpp json_parser.cc parserrunnable.cpp serializer.cpp serializerrunnable.cpp ) qt4_wrap_cpp(herdictwebreporterplugin_SRCS HerdictWebReporterPlugin.h HerdictWebReporterPanel.h ## QJSON files ## parserrunnable.h serializerrunnable.h ) qt4_wrap_ui(herdictwebreporterplugin_SRCS HerdictWebReporterPanel.ui ) qt4_add_resources(herdictwebreporterplugin_SRCS HerdictWebReporterPlugin.qrc ) add_library(herdictwebreporterplugin MODULE ${herdictwebreporterplugin_SRCS}) target_link_libraries(herdictwebreporterplugin ${QT_LIBRARIES} vidaliaplugin )