mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 11:31:51 -05:00
Updates to qmake project include files
This commit is contained in:
parent
dc1fdd9562
commit
4b85d916ec
@ -1,3 +1,3 @@
|
|||||||
SOURCES += Detector/Detector.cpp
|
SOURCES += Detector/Detector.cpp
|
||||||
|
|
||||||
HEADERS += Detector/Detector.hpp
|
HEADERS += Detector/Detector.hpp
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
SOURCES += Modulator/Modulator.cpp
|
SOURCES += Modulator/Modulator.cpp
|
||||||
|
|
||||||
HEADERS += Modulator/Mpdulator.hpp
|
HEADERS += Modulator/Modulator.hpp
|
||||||
|
19
wsjtx.pro
19
wsjtx.pro
@ -56,16 +56,13 @@ include(Decoder/decodedtext.pri)
|
|||||||
include(Detector/Detector.pri)
|
include(Detector/Detector.pri)
|
||||||
include(Modulator/Modulator.pri)
|
include(Modulator/Modulator.pri)
|
||||||
include(Audio/Audio.pri)
|
include(Audio/Audio.pri)
|
||||||
|
include(Transceiver/Transceiver.pri)
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
|
ExceptionCatchingApplication.cpp Logger.cpp WSJTXLogging.cpp \
|
||||||
Radio.cpp NetworkServerLookup.cpp revision_utils.cpp \
|
Radio.cpp NetworkServerLookup.cpp revision_utils.cpp \
|
||||||
Transceiver.cpp TransceiverBase.cpp TransceiverFactory.cpp \
|
Configuration.cpp PSK_Reporter.cpp NonInheritingProcess.cpp \
|
||||||
PollingTransceiver.cpp EmulateSplitTransceiver.cpp \
|
getfile.cpp \
|
||||||
HRDTransceiver.cpp DXLabSuiteCommanderTransceiver.cpp \
|
|
||||||
HamlibTransceiver.cpp FrequencyLineEdit.cpp \
|
|
||||||
Configuration.cpp PSK_Reporter.cpp AudioDevice.cpp \
|
|
||||||
Modulator.cpp Detector.cpp \
|
|
||||||
getfile.cpp soundout.cpp soundin.cpp \
|
|
||||||
WFPalette.cpp \
|
WFPalette.cpp \
|
||||||
WsprTxScheduler.cpp \
|
WsprTxScheduler.cpp \
|
||||||
main.cpp decodedtext.cpp wsprnet.cpp \
|
main.cpp decodedtext.cpp wsprnet.cpp \
|
||||||
@ -76,18 +73,16 @@ SOURCES += \
|
|||||||
|
|
||||||
HEADERS += qt_helpers.hpp qt_db_helpers.hpp \
|
HEADERS += qt_helpers.hpp qt_db_helpers.hpp \
|
||||||
pimpl_h.hpp pimpl_impl.hpp \
|
pimpl_h.hpp pimpl_impl.hpp \
|
||||||
|
ExceptionCatchingApplication.hpp Logger.hpp WSJTXLogging.hpp \
|
||||||
Radio.hpp NetworkServerLookup.hpp revision_utils.hpp \
|
Radio.hpp NetworkServerLookup.hpp revision_utils.hpp \
|
||||||
soundin.h soundout.h \
|
|
||||||
WFPalette.hpp getfile.h decodedtext.h \
|
WFPalette.hpp getfile.h decodedtext.h \
|
||||||
commons.h sleep.h \
|
commons.h sleep.h \
|
||||||
AudioDevice.hpp Detector.hpp Modulator.hpp PSK_Reporter.hpp \
|
PSK_Reporter.hpp \
|
||||||
Transceiver.hpp TransceiverBase.hpp TransceiverFactory.hpp PollingTransceiver.hpp \
|
|
||||||
EmulateSplitTransceiver.hpp DXLabSuiteCommanderTransceiver.hpp HamlibTransceiver.hpp \
|
|
||||||
Configuration.hpp wsprnet.h \
|
Configuration.hpp wsprnet.h \
|
||||||
WSPRBandHopping.hpp \
|
WSPRBandHopping.hpp \
|
||||||
WsprTxScheduler.h SampleDownloader.hpp MultiSettings.hpp PhaseEqualizationDialog.hpp \
|
WsprTxScheduler.h SampleDownloader.hpp MultiSettings.hpp PhaseEqualizationDialog.hpp \
|
||||||
EqualizationToolsDialog.hpp \
|
EqualizationToolsDialog.hpp \
|
||||||
LotWUsers.h TraceFile.hpp
|
LotWUsers.h TraceFile.hpp NonInheritingProcess.hpp
|
||||||
|
|
||||||
INCLUDEPATH += qmake_only
|
INCLUDEPATH += qmake_only
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user