From 934fef24b4fbf859895720ab2657990e498e598c Mon Sep 17 00:00:00 2001 From: Andrew Dolby Date: Wed, 8 Apr 2015 07:33:23 -0400 Subject: [PATCH] Cleanup Kryvos.pro file --- src/kryvos.pro | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/kryvos.pro b/src/kryvos.pro index d4061aac..8f5b66a0 100644 --- a/src/kryvos.pro +++ b/src/kryvos.pro @@ -101,7 +101,7 @@ android-g++ { HEADERS += gui/DesktopMainWindow.hpp linux { - message(Linux) + #message(Linux) linux-g++-64 { message(Linux G++ 64) @@ -134,9 +134,9 @@ android-g++ { } # End Linux macx { - message(OSX) + message(OS X) - #CONFIG += x86 + CONFIG += x86 CONFIG -= c++14 CONFIG += c++11 @@ -155,8 +155,6 @@ android-g++ { } win32 { - RC_ICONS += resources/windows/icon/kryvos.ico - win32-g++ { contains(QT_ARCH, x86_64) { message(Windows x64 G++) @@ -183,6 +181,8 @@ android-g++ { } } } + + RC_ICONS += resources/windows/icon/kryvos.ico } # End win32 } # End desktop