mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Fix several problems in wsjtx.pro, for qmake builds.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4140 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
747426fe3a
commit
c33fe44b98
@ -1,4 +1,4 @@
|
||||
//-------------------------------------------------------- MainWindow
|
||||
//--------------------------------------------------------- MainWindow
|
||||
|
||||
#include "mainwindow.h"
|
||||
|
||||
|
10
wsjtx.pro
10
wsjtx.pro
@ -10,12 +10,11 @@ CONFIG += thread
|
||||
#CONFIG += console
|
||||
|
||||
TARGET = wsjtx
|
||||
#DESTDIR = ../qt4_install
|
||||
DESTDIR = ../wsjtx_install
|
||||
VERSION = 1.2
|
||||
VERSION = 1.4
|
||||
TEMPLATE = app
|
||||
DEFINES = QT5
|
||||
HAMLIB_DIR = ../../hamlib-1.2.15.3
|
||||
HAMLIB_DIR = ../../hamlib3/mingw32
|
||||
QMAKE_CXXFLAGS += -std=c++11
|
||||
|
||||
F90 = gfortran
|
||||
@ -119,9 +118,8 @@ LIBS += -lfftw3f $$system($$F90 -print-file-name=libgfortran.so)
|
||||
}
|
||||
|
||||
win32 {
|
||||
INCLUDEPATH += $(HAMLIB_DIR)/include
|
||||
LIBS += -L$(HAMLIB_DIR)/lib -lhamlib
|
||||
#LIBS += -L$(HAMLIB_DIR)/lib -lhamlib
|
||||
INCLUDEPATH += $${HAMLIB_DIR}/include
|
||||
LIBS += -L${HAMLIB_DIR}/lib -lhamlib
|
||||
LIBS += -L./lib -lastro -ljt9
|
||||
LIBS += -L. -lfftw3f_win
|
||||
LIBS += -lws2_32
|
||||
|
Loading…
Reference in New Issue
Block a user