Got a barebones Qt UI up, and got stuff writing in the message log.
This commit is contained in:
parent
88f29def56
commit
4d6ff1e9f8
5 changed files with 88 additions and 101 deletions
|
@ -7,11 +7,11 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules/")
|
|||
|
||||
find_package(NSPR REQUIRED)
|
||||
find_package(NSS REQUIRED)
|
||||
find_package(FOX REQUIRED)
|
||||
find_package(Qt5Widgets REQUIRED)
|
||||
|
||||
include_directories(${NSPR_INCLUDE_DIRS} ${NSS_INCLUDE_DIRS} ${FOX_INCLUDE_DIR})
|
||||
include_directories(${NSPR_INCLUDE_DIRS} ${NSS_INCLUDE_DIRS})
|
||||
|
||||
set(SOURCE_FILES main.cpp)
|
||||
set(SOURCE_FILES main.cpp dns.cpp)
|
||||
add_executable(oksirc ${SOURCE_FILES})
|
||||
|
||||
target_link_libraries(oksirc ${NSPR_LIBRARIES} ${NSS_LIBRARIES} ${FOX_LIBRARY})
|
||||
target_link_libraries(oksirc ${NSPR_LIBRARIES} ${NSS_LIBRARIES} Qt5::Widgets)
|
Loading…
Add table
Add a link
Reference in a new issue