equal
deleted
inserted
replaced
1 isEmpty(TARGET):error(You must set TARGET before include()'ing $${_FILE_}) |
1 isEmpty(TARGET):error("You must set TARGET before include()'ing $${_FILE_}") |
2 INCLUDEPATH *= $$QMAKE_INCDIR_QT/$$TARGET #just for today to have some compat |
2 INCLUDEPATH *= $$QMAKE_INCDIR_QT/$$TARGET #just for today to have some compat |
3 !isEmpty(RCC_DIR): INCLUDEPATH += $$RCC_DIR |
3 !isEmpty(RCC_DIR): INCLUDEPATH += $$RCC_DIR |
4 isEmpty(QT_ARCH):!isEmpty(ARCH):QT_ARCH=$$ARCH #another compat that will rot for change #215700 |
4 isEmpty(QT_ARCH):!isEmpty(ARCH):QT_ARCH=$$ARCH #another compat that will rot for change #215700 |
5 TEMPLATE = lib |
5 TEMPLATE = lib |
6 isEmpty(QT_MAJOR_VERSION) { |
6 isEmpty(QT_MAJOR_VERSION) { |
83 QMAKE_CFLAGS_DEBUG += -vi -y- |
83 QMAKE_CFLAGS_DEBUG += -vi -y- |
84 QMAKE_CXXFLAGS_DEBUG += -vi -y- |
84 QMAKE_CXXFLAGS_DEBUG += -vi -y- |
85 } |
85 } |
86 |
86 |
87 win32 { |
87 win32 { |
88 CONFIG += zlib |
|
89 INCLUDEPATH += tmp |
88 INCLUDEPATH += tmp |
90 !static: DEFINES+=QT_MAKEDLL |
89 !static: DEFINES+=QT_MAKEDLL |
91 } |
90 } |
92 symbian { |
91 symbian { |
93 DEFINES += QT_QCHAR_CONSTRUCTOR |
92 DEFINES += QT_QCHAR_CONSTRUCTOR |
116 load(armcc_warnings) |
115 load(armcc_warnings) |
117 |
116 |
118 # workaround for the fact that some of our required includes in Symbian^3 |
117 # workaround for the fact that some of our required includes in Symbian^3 |
119 # now depend upon files in epoc32/include/platform |
118 # now depend upon files in epoc32/include/platform |
120 INCLUDEPATH += $$OS_LAYER_SYSTEMINCLUDE |
119 INCLUDEPATH += $$OS_LAYER_SYSTEMINCLUDE |
|
120 # All relevant files are marked as SMP safe for the Symbian port |
|
121 MMP_RULES*=SMPSAFE |
121 } |
122 } |
122 win32-borland:INCLUDEPATH += kernel |
123 win32-borland:INCLUDEPATH += kernel |
123 |
124 |
124 aix-g++* { |
125 aix-g++* { |
125 QMAKE_CFLAGS += -mminimal-toc |
126 QMAKE_CFLAGS += -mminimal-toc |