Windows build corrections

pull/85/head
f4exb 2017-10-22 21:02:19 +02:00
rodzic c86cea5cbb
commit 355bff2a8c
5 zmienionych plików z 9 dodań i 6 usunięć

Wyświetl plik

@ -17,8 +17,8 @@ CONFIG(Release):build_subdir = release
CONFIG(Debug):build_subdir = debug
SOURCES += main.cpp
LIBS += -L../sdrbase/$${build_subdir} -lsdrbase
LIBS += -L../sdrgui/$${build_subdir} -lsdrgui
LIBS += -L../sdrbase/$${build_subdir} -lsdrbase
CONFIG(ANDROID):CONFIG += mobility
CONFIG(ANDROID):MOBILITY =

Wyświetl plik

@ -18,6 +18,7 @@ QMAKE_CXXFLAGS += -msse4.1
QMAKE_CXXFLAGS += -std=c++11
INCLUDEPATH += $$PWD
INCLUDEPATH += ../../../sdrbase
INCLUDEPATH += ../../../sdrgui
CONFIG(Release):build_subdir = release

Wyświetl plik

@ -8,13 +8,13 @@ QT += core gui multimedia opengl
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TEMPLATE = lib
TARGET = sdrbase
TARGET = sdrgui
INCLUDEPATH += $$PWD
INCLUDEPATH += ../sdrbase
DEFINES += USE_KISSFFT=1
win32 {
DEFINES += __WINDOWS__=1
DEFINES += DSD_USE_SERIALDV=1
}
DEFINES += USE_SSE2=1
QMAKE_CXXFLAGS += -msse2
@ -115,8 +115,6 @@ HEADERS += mainwindow.h\
gui/transverterdialog.h\
gui/valuedial.h\
gui/valuedialz.h\
dsp/devicesamplesource.h\
dsp/devicesamplesink.h\
plugin/pluginapi.h\
plugin/pluginmanager.h
@ -137,6 +135,8 @@ FORMS += mainwindow.ui\
gui/transverterdialog.ui\
mainwindow.ui
LIBS += -L../sdrbase/$${build_subdir} -lsdrbase
RESOURCES = resources/res.qrc
CONFIG(ANDROID):CONFIG += mobility

Wyświetl plik

@ -6,7 +6,8 @@ SET libzlib1dir="D:\softs\zlib-1.2.5"
copy app\%1\sdrangel.exe %2
copy sdrbase\%1\sdrbase.dll %2
copy devices\%1\devices.dll %2
copy sdrgui\%1\sdrgui.dll %2
copy devices\%1\devices.dll %2
copy mbelib\%1\mbelib.dll %2
copy dsdcc\%1\dsdcc.dll %2
copy serialdv\%1\serialdv.dll %2

Wyświetl plik

@ -24,6 +24,7 @@ copy "%msys2dir%\mingw64\bin\libwinpthread-1.dll" %2
copy %msys2dir%\mingw64\bin\libgraphite2.dll %2
copy app\%1\sdrangel.exe %2
copy sdrbase\%1\sdrbase.dll %2
copy sdrgui\%1\sdrgui.dll %2
copy devices\%1\devices.dll %2
copy cm256cc\%1\cm256cc.dll %2
copy mbelib\%1\mbelib.dll %2