Browse Source

Fix compilation on OS/2

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
9d7591fc84
  1. 2
      os2conf.pri
  2. 2
      src/src.pro

2
os2conf.pri

@ -1,5 +1,3 @@ @@ -1,5 +1,3 @@
INCLUDEPATH += $$PWD
exists(conf.pri) {
# to the conf.pri goes all system dependent stuff
include(conf.pri)

2
src/src.pro

@ -52,6 +52,8 @@ DEFINES += QT_NO_CAST_TO_ASCII @@ -52,6 +52,8 @@ DEFINES += QT_NO_CAST_TO_ASCII
# Fast concatenation (Qt >= 4.6)
DEFINES += QT_USE_FAST_CONCATENATION QT_USE_FAST_OPERATOR_PLUS
INCLUDEPATH += $$PWD
# Resource files
RESOURCES += icons.qrc \

Loading…
Cancel
Save