Changeset 2900 in ntrip


Ignore:
Timestamp:
Jan 26, 2011, 6:56:08 PM (13 years ago)
Author:
stoecker
Message:

autodetect combination files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnc.pro

    r2899 r2900  
    9898QT += network
    9999
    100 DEFINES += USE_COMBINATION
    101 HEADERS += combination/bnccomb.h
    102 SOURCES += combination/bnccomb.cpp
     100exists(combination/bnccomp.h) {
     101  DEFINES += USE_COMBINATION
     102  HEADERS += combination/bnccomb.h
     103  SOURCES += combination/bnccomb.cpp
     104}
    103105
Note: See TracChangeset for help on using the changeset viewer.