Skip to content

Commit

Permalink
Merge branch 'sslHandshakeFix'
Browse files Browse the repository at this point in the history
  • Loading branch information
nwagenbrenner committed Nov 8, 2024
2 parents f60d61c + c12fc1f commit 7d4556b
Show file tree
Hide file tree
Showing 4 changed files with 13,733 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ option(NINJA_QTGUI "Build Qt GUI" ON)
if(NINJA_QTGUI)
set(QT_USE_QTMAIN_LIBRARY 1)
include(FindQt4)
find_package(Qt4 COMPONENTS QtCore QtGui QtWebKit REQUIRED)
find_package(Qt4 COMPONENTS QtCore QtGui QtWebKit QtNetwork REQUIRED)
include(${QT_USE_FILE})
add_definitions(-DNINJA_GUI)
if(WIN32)
Expand Down Expand Up @@ -433,6 +433,7 @@ set(share_files date_time_zonespec.csv
tz_world.zip
landfire.zip
map.htm
qt_certs_bundle.pem
thredds.csv
surface_data.zip
srtm_region.geojson
Expand Down
Loading

0 comments on commit 7d4556b

Please sign in to comment.