| 
									
										
										
										
											2016-03-09 00:20:49 +01:00
										 |  |  | #-------------------------------------------------------- | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # Pro file for Android and Windows builds with Qt Creator | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | #-------------------------------------------------------- | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | TEMPLATE = lib | 
					
						
							|  |  |  | CONFIG += plugin | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-05-25 02:33:50 +02:00
										 |  |  | QT += core gui widgets multimedia opengl | 
					
						
							| 
									
										
										
										
											2016-03-09 00:20:49 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | TARGET = inputfilesource | 
					
						
							| 
									
										
										
										
											2016-11-07 18:40:52 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | DEFINES += USE_SSE2=1 | 
					
						
							|  |  |  | QMAKE_CXXFLAGS += -msse2 | 
					
						
							|  |  |  | DEFINES += USE_SSE4_1=1 | 
					
						
							|  |  |  | QMAKE_CXXFLAGS += -msse4.1 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-09 00:20:49 +01:00
										 |  |  | INCLUDEPATH += $$PWD | 
					
						
							|  |  |  | INCLUDEPATH += ../../../sdrbase | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | CONFIG(Release):build_subdir = release | 
					
						
							|  |  |  | CONFIG(Debug):build_subdir = debug | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | SOURCES += filesourcegui.cpp\ | 
					
						
							|  |  |  | 	filesourceinput.cpp\ | 
					
						
							|  |  |  | 	filesourceplugin.cpp\ | 
					
						
							|  |  |  | 	filesourcethread.cpp | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | HEADERS += filesourcegui.h\ | 
					
						
							|  |  |  | 	filesourceinput.h\ | 
					
						
							|  |  |  | 	filesourceplugin.h\ | 
					
						
							|  |  |  | 	filesourcethread.h | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | FORMS += filesourcegui.ui | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | RESOURCES = ../../../sdrbase/resources/res.qrc |