mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
Build under Qt4, the Qt5 distribution of r3519 was broken.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3520 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
58e6ceff3d
commit
c89dd1dfa9
@ -1,6 +1,6 @@
|
|||||||
[Setup]
|
[Setup]
|
||||||
AppName=wsjtx
|
AppName=wsjtx
|
||||||
AppVerName=wsjtx Version 1.1.1 r3518
|
AppVerName=wsjtx Version 1.1.1 r3520
|
||||||
AppCopyright=Copyright (C) 2001-2013 by Joe Taylor, K1JT
|
AppCopyright=Copyright (C) 2001-2013 by Joe Taylor, K1JT
|
||||||
DefaultDirName=c:\wsjtx2
|
DefaultDirName=c:\wsjtx2
|
||||||
DefaultGroupName=wsjtx2
|
DefaultGroupName=wsjtx2
|
||||||
|
@ -10,12 +10,12 @@ CONFIG += thread
|
|||||||
#CONFIG += console
|
#CONFIG += console
|
||||||
|
|
||||||
TARGET = wsjtx
|
TARGET = wsjtx
|
||||||
#DESTDIR = ../qt4_install
|
DESTDIR = ../qt4_install
|
||||||
DESTDIR = ../wsjtx_install
|
#DESTDIR = ../wsjtx_install
|
||||||
VERSION = 1.1
|
VERSION = 1.1
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
#DEFINES = QT4
|
DEFINES = QT4
|
||||||
DEFINES = QT5
|
#DEFINES = QT5
|
||||||
#DEFINES += QAUDIO_INPUT
|
#DEFINES += QAUDIO_INPUT
|
||||||
|
|
||||||
win32 {
|
win32 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user