modules.pro 626 字节
Newer Older
丁劲犇's avatar
丁劲犇 已提交
1 2 3
TEMPLATE = subdirs

#main framework project
4 5
SUBDIRS  += \
    sources/source_plutosdr \
丁劲犇's avatar
丁劲犇 已提交
6 7
    transforms/transform_fft \
    transforms/mod_fm \
M
manjaro-xfce 已提交
8
    transforms/mod_fm_dem \
M
manjaro-xfce 已提交
9
    transforms/filter_fir \
10
    transforms/resample_pqfraction \
丁劲犇's avatar
丁劲犇 已提交
11 12 13 14 15
    sources/source_files \
    sinks/sink_file \
    sinks/sink_plutosdr \
    network/network_p2p \
    sinks/sink_SQL \
D
dev 已提交
16
    wrappers/wrapper_scripts \
17
    wrappers/wrapper_stdio \
D
dev 已提交
18
    uhd/uhd_usrp_continous \
M
manjaro-xfce 已提交
19
    uhd/uhd_usrp_io
丁劲犇's avatar
丁劲犇 已提交
20 21 22 23 24 25


qtHaveModule(charts){
SUBDIRS  += \
    sinks/sink_plots
}
丁劲犇's avatar
丁劲犇 已提交
26 27 28 29 30
qtHaveModule(multimedia){
SUBDIRS  += \
    sinks/sink_soundcard \
    sources/source_soundcard
}