mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 20:58:55 -05: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]
|
||||
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
|
||||
DefaultDirName=c:\wsjtx2
|
||||
DefaultGroupName=wsjtx2
|
||||
|
@ -10,12 +10,12 @@ CONFIG += thread
|
||||
#CONFIG += console
|
||||
|
||||
TARGET = wsjtx
|
||||
#DESTDIR = ../qt4_install
|
||||
DESTDIR = ../wsjtx_install
|
||||
DESTDIR = ../qt4_install
|
||||
#DESTDIR = ../wsjtx_install
|
||||
VERSION = 1.1
|
||||
TEMPLATE = app
|
||||
#DEFINES = QT4
|
||||
DEFINES = QT5
|
||||
DEFINES = QT4
|
||||
#DEFINES = QT5
|
||||
#DEFINES += QAUDIO_INPUT
|
||||
|
||||
win32 {
|
||||
|
Loading…
Reference in New Issue
Block a user