mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-03 21:20:31 -05:00 
			
		
		
		
	Demod ATV: corrections to Windows build and install
This commit is contained in:
		
							parent
							
								
									8d7d0e2a88
								
							
						
					
					
						commit
						4dc4ab493b
					
				@ -7,9 +7,9 @@
 | 
				
			|||||||
TEMPLATE = lib
 | 
					TEMPLATE = lib
 | 
				
			||||||
CONFIG += plugin
 | 
					CONFIG += plugin
 | 
				
			||||||
 | 
					
 | 
				
			||||||
QT += core gui widgets multimedia
 | 
					QT += core gui widgets multimedia opengl
 | 
				
			||||||
 | 
					
 | 
				
			||||||
TARGET = demodam
 | 
					TARGET = demodatv
 | 
				
			||||||
 | 
					
 | 
				
			||||||
DEFINES += USE_SSE2=1
 | 
					DEFINES += USE_SSE2=1
 | 
				
			||||||
QMAKE_CXXFLAGS += -msse2
 | 
					QMAKE_CXXFLAGS += -msse2
 | 
				
			||||||
@ -22,6 +22,9 @@ INCLUDEPATH += ../../../sdrbase
 | 
				
			|||||||
CONFIG(Release):build_subdir = release
 | 
					CONFIG(Release):build_subdir = release
 | 
				
			||||||
CONFIG(Debug):build_subdir = debug
 | 
					CONFIG(Debug):build_subdir = debug
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					CONFIG(MINGW32):INCLUDEPATH += "D:\boost_1_58_0"
 | 
				
			||||||
 | 
					CONFIG(MINGW64):INCLUDEPATH += "D:\boost_1_58_0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SOURCES += atvdemod.cpp\
 | 
					SOURCES += atvdemod.cpp\
 | 
				
			||||||
	atvdemodgui.cpp\
 | 
						atvdemodgui.cpp\
 | 
				
			||||||
	atvdemodplugin.cpp\
 | 
						atvdemodplugin.cpp\
 | 
				
			||||||
 | 
				
			|||||||
@ -20,7 +20,7 @@ mkdir %2\plugins\samplesink
 | 
				
			|||||||
copy plugins\channelrx\chanalyzer\%1\chanalyzer.dll %2\plugins\channelrx
 | 
					copy plugins\channelrx\chanalyzer\%1\chanalyzer.dll %2\plugins\channelrx
 | 
				
			||||||
copy plugins\channelrx\chanalyzerng\%1\chanalyzerng.dll %2\plugins\channelrx
 | 
					copy plugins\channelrx\chanalyzerng\%1\chanalyzerng.dll %2\plugins\channelrx
 | 
				
			||||||
copy plugins\channelrx\demodam\%1\demodam.dll %2\plugins\channelrx
 | 
					copy plugins\channelrx\demodam\%1\demodam.dll %2\plugins\channelrx
 | 
				
			||||||
copy plugins\channelrx\demodam\%1\demodatv.dll %2\plugins\channelrx
 | 
					copy plugins\channelrx\demodatv\%1\demodatv.dll %2\plugins\channelrx
 | 
				
			||||||
copy plugins\channelrx\demodbfm\%1\demodbfm.dll %2\plugins\channelrx
 | 
					copy plugins\channelrx\demodbfm\%1\demodbfm.dll %2\plugins\channelrx
 | 
				
			||||||
copy plugins\channelrx\demoddsd\%1\demoddsd.dll %2\plugins\channelrx
 | 
					copy plugins\channelrx\demoddsd\%1\demoddsd.dll %2\plugins\channelrx
 | 
				
			||||||
copy plugins\channelrx\demodlora\%1\demodlora.dll %2\plugins\channelrx
 | 
					copy plugins\channelrx\demodlora\%1\demodlora.dll %2\plugins\channelrx
 | 
				
			||||||
 | 
				
			|||||||
@ -33,7 +33,7 @@ mkdir %2\plugins\samplesink
 | 
				
			|||||||
copy plugins\channelrx\chanalyzer\%1\chanalyzer.dll %2\plugins\channelrx
 | 
					copy plugins\channelrx\chanalyzer\%1\chanalyzer.dll %2\plugins\channelrx
 | 
				
			||||||
copy plugins\channelrx\chanalyzerng\%1\chanalyzerng.dll %2\plugins\channelrx
 | 
					copy plugins\channelrx\chanalyzerng\%1\chanalyzerng.dll %2\plugins\channelrx
 | 
				
			||||||
copy plugins\channelrx\demodam\%1\demodam.dll %2\plugins\channelrx
 | 
					copy plugins\channelrx\demodam\%1\demodam.dll %2\plugins\channelrx
 | 
				
			||||||
copy plugins\channelrx\demodam\%1\demodatv.dll %2\plugins\channelrx
 | 
					copy plugins\channelrx\demodatv\%1\demodatv.dll %2\plugins\channelrx
 | 
				
			||||||
copy plugins\channelrx\demodbfm\%1\demodbfm.dll %2\plugins\channelrx
 | 
					copy plugins\channelrx\demodbfm\%1\demodbfm.dll %2\plugins\channelrx
 | 
				
			||||||
copy plugins\channelrx\demoddsd\%1\demoddsd.dll %2\plugins\channelrx
 | 
					copy plugins\channelrx\demoddsd\%1\demoddsd.dll %2\plugins\channelrx
 | 
				
			||||||
copy plugins\channelrx\demodlora\%1\demodlora.dll %2\plugins\channelrx
 | 
					copy plugins\channelrx\demodlora\%1\demodlora.dll %2\plugins\channelrx
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user