Skip to content

Commit

Permalink
qmake|Windows|64-bit: Add 'win64' to CONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 11, 2013
1 parent d0decaa commit 8cc408f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/config.pri
Expand Up @@ -128,6 +128,7 @@ greaterThan(QT_MAJOR_VERSION, 4): CONFIG += deng_qt5
contains(QMAKE_HOST.arch, x86_64) {
echo(64-bit architecture detected.)
DEFINES += HOST_IS_64BIT
win32: CONFIG += win64
}

isStableRelease(): DEFINES += DENG_STABLE
Expand Down

0 comments on commit 8cc408f

Please sign in to comment.