Added new settings button to set a fake current location ('work' in the first instance).
[ptas] / zouba / qt4-maemo5 / mkspecs / irix-cc-64 / qmake.conf
1 #
2 # qmake configuration for irix-cc-64
3 #
4 # From cc(1):
5 #       -64
6 #         Generates a 64-bit object. This defaults to -mips4 if -mips3 has
7 #         not been specified.
8 #       -LANG: ...
9 #         The language feature option group controls the source language
10 #         interpretation assumed by the compiler. The individual controls
11 #         in this group are as follows:
12 #           ansi-for-init-scope [ = ( ON|OFF ) ]
13 #             Enables or disables the ANSI scoping rules for for-init
14 #             declarations (the scope of the name declared extends to
15 #             the end of the for statement). This enables the behavior
16 #             that is required by the C++ standard. The default value
17 #             is OFF, which is the ARM behavior (the scope of the name
18 #             declared extends to the end of the block enclosing the for
19 #             statement).
20 #           bool [ = ( ON|OFF ) ]
21 #             Enables or disables the predefined bool data type, along
22 #             with the predefined values true and false. Use this option
23 #             only to suppress this type in old code that defines bool
24 #             itself.  Because this option changes the mangling of function
25 #             names with bool parameters, all files comprising a program
26 #             should be compiled with consistent options.
27 #             Default is ON.
28 #             The _BOOL feature macro can be used in #ifdefs to do conditional
29 #             compilation based on whether or not this option is enabled.
30 #           std
31 #             Enables use of the standard C++ library and standard-
32 #             conforming iostream library.  Specifying this flag also
33 #             triggers other standard-conforming behavior, such as the
34 #             new rules for the scope of for loop initializers.
35 #
36
37 MAKEFILE_GENERATOR      = UNIX
38 TEMPLATE                = app
39 CONFIG                  += qt warn_on release link_prl
40 QT                      += core gui
41 QMAKE_COMPILER_DEFINES  += __sgi __EDG
42
43 QMAKE_CC                = cc
44 QMAKE_LEX               = flex
45 QMAKE_LEXFLAGS          =
46 QMAKE_YACC              = yacc
47 QMAKE_YACCFLAGS         = -d
48 QMAKE_CFLAGS            = -64 -signed -woff 1209,1355,1375,1424,3303
49 QMAKE_CFLAGS_DEPS       = -M
50 QMAKE_CFLAGS_WARN_ON    = -fullwarn
51 QMAKE_CFLAGS_WARN_OFF   =
52 QMAKE_CFLAGS_RELEASE    = -O2 -OPT:Olimit=3000
53 QMAKE_CFLAGS_DEBUG      = -g
54 QMAKE_CFLAGS_SHLIB      =
55 QMAKE_CFLAGS_STATIC_LIB = $$QMAKE_CFLAGS_SHLIB
56 QMAKE_CFLAGS_YACC       = -woff 1110,1174,3262
57 QMAKE_CFLAGS_THREAD     =
58
59 QMAKE_CXX               = CC
60 QMAKE_CXXFLAGS          = -64 -signed -LANG:std:libc_in_namespace_std=ON -woff 1209,1355,1375,1424,3303
61 QMAKE_CXXFLAGS_DEPS     = $$QMAKE_CFLAGS_DEPS
62 QMAKE_CXXFLAGS_WARN_ON  = $$QMAKE_CFLAGS_WARN_ON
63 QMAKE_CXXFLAGS_WARN_OFF = $$QMAKE_CFLAGS_WARN_OFF
64 QMAKE_CXXFLAGS_RELEASE  = $$QMAKE_CFLAGS_RELEASE
65 QMAKE_CXXFLAGS_DEBUG    = $$QMAKE_CFLAGS_DEBUG
66 QMAKE_CXXFLAGS_SHLIB    = $$QMAKE_CFLAGS_SHLIB
67 QMAKE_CXXFLAGS_STATIC_LIB = $$QMAKE_CFLAGS_STATIC_LIB
68 QMAKE_CXXFLAGS_YACC     = $$QMAKE_CFLAGS_YACC
69 QMAKE_CXXFLAGS_THREAD   =
70
71 QMAKE_INCDIR            =
72 QMAKE_LIBDIR            =
73 QMAKE_INCDIR_X11        =
74 QMAKE_LIBDIR_X11        =
75 QMAKE_INCDIR_QT         = $$[QT_INSTALL_HEADERS]
76 QMAKE_LIBDIR_QT         = $$[QT_INSTALL_LIBS]
77 QMAKE_INCDIR_OPENGL     =
78 QMAKE_LIBDIR_OPENGL     =
79
80 QMAKE_LINK              = CC
81 QMAKE_LINK_SHLIB        = CC
82 QMAKE_LFLAGS            = -64
83 QMAKE_LFLAGS_RELEASE    =
84 QMAKE_LFLAGS_DEBUG      = -g
85 QMAKE_LFLAGS_SHLIB      = -shared
86 QMAKE_LFLAGS_PLUGIN     = $$QMAKE_LFLAGS_SHLIB
87 QMAKE_LFLAGS_SONAME     = -Wl,-soname,
88 QMAKE_LFLAGS_THREAD     =
89 QMAKE_LFLAGS_NOUNDEF    = -Wl,-no_unresolved
90 QMAKE_RPATH             = -Wl,-rpath,
91
92 QMAKE_LIBS              =
93 QMAKE_LIBS_DYNLOAD      =
94 QMAKE_LIBS_X11          = -lXext -lX11 -lm
95 QMAKE_LIBS_X11SM        = -lSM -lICE
96 QMAKE_LIBS_OPENGL       = -lGLU -lGL -lm
97 QMAKE_LIBS_OPENGL_QT    = -lGL
98 QMAKE_LIBS_THREAD       = -lpthread
99
100 QMAKE_MOC               = $$[QT_INSTALL_BINS]/moc
101 QMAKE_UIC               = $$[QT_INSTALL_BINS]/uic
102
103 QMAKE_AR                = CC -ar -o
104 QMAKE_OBJCOPY           = objcopy
105 QMAKE_RANLIB            =
106
107 QMAKE_CLEAN             = -r $(OBJECTS_DIR)so_locations $(OBJECTS_DIR)ii_files
108
109 QMAKE_TAR               = tar -cf
110 QMAKE_GZIP              = gzip -9f
111
112 QMAKE_COPY              = cp -f
113 QMAKE_MOVE              = mv -f
114 QMAKE_DEL_FILE          = rm -f
115 QMAKE_DEL_DIR           = rmdir
116 QMAKE_CHK_DIR_EXISTS    = test -d
117 QMAKE_MKDIR             = mkdir -p
118 include(../common/unix.conf)
119 load(qt_config)