From 9224bd765d2741112ceb8820ce39df94131d415c Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 17 Sep 2014 21:09:45 +0000 Subject: [PATCH] Add missing define in QtCreator WSJT-X project file. The define PROJECT_MANUAL is defined by the CMake build system, this has been hard coded in the wsjtx.pro file to allow old style qmake builds to continue working. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4332 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- wsjtx.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/wsjtx.pro b/wsjtx.pro index 76e59855f..9fc89ca8b 100644 --- a/wsjtx.pro +++ b/wsjtx.pro @@ -14,6 +14,7 @@ VERSION = 1.4 TEMPLATE = app DEFINES = QT5 QMAKE_CXXFLAGS += -std=c++11 +DEFINES += PROJECT_MANUAL="http://www.physics.princeton.edu/pulsar/K1JT/wsjtx-doc/wsjtx-main.html" isEmpty (DESTDIR) { DESTDIR = ../wsjtx_install