mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 14:34:57 -04:00
remove qmake project files
move to cmake only building system
This commit is contained in:
@@ -1,49 +0,0 @@
|
||||
#--------------------------------------------------------
|
||||
#
|
||||
# Pro file for Android and Windows builds with Qt Creator
|
||||
#
|
||||
#--------------------------------------------------------
|
||||
|
||||
TEMPLATE = lib
|
||||
CONFIG += plugin
|
||||
|
||||
QT += core gui widgets multimedia opengl
|
||||
|
||||
TARGET = inputfcdpro
|
||||
|
||||
DEFINES += USE_SSE2=1
|
||||
QMAKE_CXXFLAGS += -msse2
|
||||
DEFINES += USE_SSE4_1=1
|
||||
QMAKE_CXXFLAGS += -msse4.1
|
||||
macx:QMAKE_LFLAGS_SONAME = -Wl,-install_name,@rpath/
|
||||
|
||||
INCLUDEPATH += $$PWD
|
||||
INCLUDEPATH += ../../../exports
|
||||
INCLUDEPATH += ../../../sdrbase
|
||||
INCLUDEPATH += ../../../sdrgui
|
||||
INCLUDEPATH += ../../../swagger/sdrangel/code/qt5/client
|
||||
INCLUDEPATH += ../../../fcdhid
|
||||
INCLUDEPATH += ../../../fcdlib
|
||||
|
||||
CONFIG(Release):build_subdir = release
|
||||
CONFIG(Debug):build_subdir = debug
|
||||
|
||||
SOURCES = fcdprogui.cpp\
|
||||
fcdproinput.cpp\
|
||||
fcdproplugin.cpp\
|
||||
fcdprosettings.cpp\
|
||||
fcdprothread.cpp
|
||||
|
||||
HEADERS = fcdprogui.h\
|
||||
fcdproinput.h\
|
||||
fcdproplugin.h\
|
||||
fcdprosettings.h\
|
||||
fcdprothread.h
|
||||
|
||||
FORMS += fcdprogui.ui
|
||||
|
||||
LIBS += -L../../../fcdlib/$${build_subdir} -lfcdlib
|
||||
LIBS += -L../../../fcdhid/$${build_subdir} -lfcdhid
|
||||
LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase
|
||||
LIBS += -L../../../sdrgui/$${build_subdir} -lsdrgui
|
||||
LIBS += -L../../../swagger/$${build_subdir} -lswagger
|
||||
Reference in New Issue
Block a user