- Timestamp:
- Jun 9, 2013, 9:23:47 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/src.pri
r5171 r5184 6 6 RESOURCES += bnc.qrc 7 7 8 QT += svg webkit8 QT += svg 9 9 10 10 unix:QMAKE_CFLAGS_RELEASE -= -O2 … … 59 59 RTCM3/clock_and_orbit/clock_orbit_rtcm.h \ 60 60 RTCM3/ephemeris.h RTCM3/timeutils.h \ 61 GPSS/gpssDecoder.h GPSS/hassDecoder.h \ 62 map/bncmapwin.h 61 GPSS/gpssDecoder.h GPSS/hassDecoder.h 63 62 64 63 HEADERS += serial/qextserialbase.h serial/qextserialport.h … … 89 88 RTCM3/clock_and_orbit/clock_orbit_rtcm.c \ 90 89 RTCM3/ephemeris.cpp RTCM3/timeutils.cpp \ 91 GPSS/gpssDecoder.cpp GPSS/hassDecoder.cpp \ 92 map/bncmapwin.cpp 90 GPSS/gpssDecoder.cpp GPSS/hassDecoder.cpp 93 91 94 92 SOURCES += serial/qextserialbase.cpp serial/qextserialport.cpp … … 134 132 } 135 133 136 OTHER_FILES += map/html/index.html map/html/mapview.js 134 contains(DEFINES, QT_WEBKIT) { 135 message("Configured with QtWebKit") 136 HEADERS += map/bncmapwin.h 137 SOURCES += map/bncmapwin.cpp 138 OTHER_FILES += map/html/index.html map/html/mapview.js 139 } 140 else { 141 message("No QtWebKit") 142 } 143
Note:
See TracChangeset
for help on using the changeset viewer.