reverted changes to Labrador.pro

This commit is contained in:
chrises 2021-10-28 16:23:19 +11:00
parent 153944e615
commit fb04347852
2 changed files with 9 additions and 4 deletions

View File

@ -11,7 +11,7 @@
QT += core gui
CONFIG += c++17
CONFIG += c++14
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
@ -246,7 +246,10 @@ macx:DEPENDPATH += $$PWD/build_mac/libdfuprog/include
macx:QMAKE_LFLAGS += "-undefined dynamic_lookup"
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.15
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.10
#############################################################
######## SHARED UNIX-LIKE BUILDS (MAC + LINUX) #########
@ -359,4 +362,6 @@ DISTFILES += \
# Vincenzo added these to get multithreading on Unix fftw
unix: LIBS += -lomp
unix: LIBS += -lfftw3f_omp
unix: LIBS += -lfftw3_threads
unix: LIBS += -lfftw3_threads
macx: INCLUDEPATH += /usr/local/include
macx: LIBS+= -L/usr/local/lib

View File

@ -1,4 +1,4 @@
qmake "INCLUDEPATH += /usr/local/include" "LIBS+= -L/usr/local/lib"
qmake
make -j$(sysctl -n hw.physicalcpu)
cp -R ./bin/waveforms ./bin/Labrador.app/Contents/MacOS
cp -R ./bin/firmware ./bin/Labrador.app/Contents/MacOS