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
This commit is contained in:
Bill Somerville 2014-09-17 21:09:45 +00:00
parent c58ee3b909
commit 9224bd765d
1 changed files with 1 additions and 0 deletions

View File

@ -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