Changeset 8264 in ntrip for trunk/BNC/src/src.pri


Ignore:
Timestamp:
Jan 19, 2018, 1:38:37 PM (6 years ago)
Author:
stuerze
Message:

see #105: adaptations to allow for QtWebkit or QtWebEngine according to it's availability in qt4 and 5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/src.pri

    r8260 r8264  
    137137exists("$$[QT_INSTALL_LIBS]/*WebKit*") {
    138138    DEFINES += QT_WEBKIT
    139     QT      += webkitwidgets
     139    QT      += webkit webkitwidgets
    140140    message("Configured with QtWebKit")
    141141}
Note: See TracChangeset for help on using the changeset viewer.