mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-12-17 16:38:20 -05:00
Rename library directory
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2635 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
f435b4028b
commit
7369062c4a
@ -1,4 +1,4 @@
|
||||
//------------------------------------------------------------- MainWindow
|
||||
//-------------------------------------------------------------- MainWindow
|
||||
#include "mainwindow.h"
|
||||
#include "ui_mainwindow.h"
|
||||
#include "devsetup.h"
|
||||
|
@ -54,7 +54,7 @@ RC_FILE = wsjtx.rc
|
||||
unix {
|
||||
INCLUDEPATH += $$quote(/usr/include/qwt-qt4)
|
||||
LIBS += -lfftw3f /usr/lib/libgfortran.so.3
|
||||
LIBS += ../wsjtx/libm65/libjt9.a
|
||||
LIBS += ../wsjtx/lib/libjt9.a
|
||||
LIBS += /usr/lib/libqwt-qt4.so
|
||||
LIBS += -lportaudio
|
||||
#LIBS +- -lusb
|
||||
@ -62,7 +62,7 @@ LIBS += -lportaudio
|
||||
|
||||
win32 {
|
||||
INCLUDEPATH += c:/qwt-6.0.1/include
|
||||
LIBS += ../wsjtx/libm65/libjt9.a
|
||||
LIBS += ../wsjtx/lib/libjt9.a
|
||||
LIBS += ../wsjtx/libfftw3f_win.a
|
||||
LIBS += ../QtSupport/palir-02.dll
|
||||
LIBS += libwsock32
|
||||
|
Loading…
Reference in New Issue
Block a user