| 
									
										
										
										
											2016-03-23 16:59:53 +01:00
										 |  |  | #-------------------------------------------- | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # Pro file for Windows builds with Qt Creator | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | #-------------------------------------------- | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | TEMPLATE = lib | 
					
						
							|  |  |  | CONFIG += plugin | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | QT += core gui widgets multimedia | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | TARGET = inputbladerf | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | CONFIG(MINGW32):LIBBLADERFSRC = "D:\softs\bladeRF\host\libraries\libbladeRF\include" | 
					
						
							| 
									
										
										
										
											2016-03-27 18:56:33 +02:00
										 |  |  | CONFIG(MINGW64):LIBBLADERFSRC = "D:\softs\bladeRF\host\libraries\libbladeRF\include" | 
					
						
							| 
									
										
										
										
											2016-03-23 16:59:53 +01:00
										 |  |  | INCLUDEPATH += $$PWD | 
					
						
							|  |  |  | INCLUDEPATH += ../../../sdrbase | 
					
						
							|  |  |  | INCLUDEPATH += $$LIBBLADERFSRC | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | CONFIG(Release):build_subdir = release | 
					
						
							|  |  |  | CONFIG(Debug):build_subdir = debug | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | SOURCES += bladerfgui.cpp\ | 
					
						
							|  |  |  |     bladerfinput.cpp\ | 
					
						
							|  |  |  |     bladerfplugin.cpp\ | 
					
						
							|  |  |  |     bladerfsettings.cpp\ | 
					
						
							|  |  |  |     bladerfthread.cpp | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | HEADERS += bladerfgui.h\ | 
					
						
							|  |  |  |     bladerfinput.h\ | 
					
						
							|  |  |  |     bladerfplugin.h\ | 
					
						
							|  |  |  |     bladerfsettings.h\ | 
					
						
							|  |  |  |     bladerfthread.h | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | FORMS += bladerfgui.ui | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase | 
					
						
							|  |  |  | LIBS += -L../../../libbladerf/$${build_subdir} -llibbladerf | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | RESOURCES = ../../../sdrbase/resources/res.qrc |