Deleted unused and unrelated files

Merged lots of changes from upstream that were missed or ignored
This commit is contained in:
IvanF 2015-01-30 00:29:01 -08:00
parent 9cbdd58af5
commit 61c6962bf2
49 changed files with 17 additions and 2211 deletions

View file

@ -244,12 +244,9 @@ qt4_wrap_cpp(keepassx_SOURCES ${keepassx_MOC})
add_library(keepassx_core STATIC ${keepassx_SOURCES})
set_target_properties(keepassx_core PROPERTIES COMPILE_DEFINITIONS KEEPASSX_BUILDING_CORE)
add_subdirectory(gui/qocoa)
add_executable(${PROGNAME} WIN32 MACOSX_BUNDLE ${keepassx_SOURCES_MAINEXE})
target_link_libraries(${PROGNAME}
keepassx_core
Qocoa
qjson
${MHD_LIBRARIES}
${QT_QTCORE_LIBRARY}
@ -261,9 +258,6 @@ target_link_libraries(${PROGNAME}
if(UNIX AND NOT APPLE)
target_link_libraries(${PROGNAME} ${QT_QTDBUS_LIBRARY})
endif()
if(APPLE)
set_target_properties(${PROGNAME} PROPERTIES LINK_FLAGS "-framework Foundation -framework AppKit")
endif()
set_target_properties(${PROGNAME} PROPERTIES ENABLE_EXPORTS ON)