Skip to content

Commit

Permalink
Cleanup Kryvos.pro file
Browse files Browse the repository at this point in the history
  • Loading branch information
adolby committed Apr 8, 2015
1 parent 2f26524 commit 934fef2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/kryvos.pro
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ android-g++ {
HEADERS += gui/DesktopMainWindow.hpp

linux {
message(Linux)
#message(Linux)

linux-g++-64 {
message(Linux G++ 64)
Expand Down Expand Up @@ -134,9 +134,9 @@ android-g++ {
} # End Linux

macx {
message(OSX)
message(OS X)

#CONFIG += x86
CONFIG += x86
CONFIG -= c++14
CONFIG += c++11

Expand All @@ -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++)
Expand All @@ -183,6 +181,8 @@ android-g++ {
}
}
}

RC_ICONS += resources/windows/icon/kryvos.ico
} # End win32
} # End desktop

Expand Down

0 comments on commit 934fef2

Please sign in to comment.