mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 18:32:27 -04:00
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:
parent
dd99b11e4e
commit
9b71cbbc1f
@ -14,6 +14,7 @@ VERSION = 1.4
|
|||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
DEFINES = QT5
|
DEFINES = QT5
|
||||||
QMAKE_CXXFLAGS += -std=c++11
|
QMAKE_CXXFLAGS += -std=c++11
|
||||||
|
DEFINES += PROJECT_MANUAL="http://www.physics.princeton.edu/pulsar/K1JT/wsjtx-doc/wsjtx-main.html"
|
||||||
|
|
||||||
isEmpty (DESTDIR) {
|
isEmpty (DESTDIR) {
|
||||||
DESTDIR = ../wsjtx_install
|
DESTDIR = ../wsjtx_install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user