diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-12-25 14:46:45 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-12-25 14:46:45 (GMT) |
commit | 65313ba793c0e7cec265a224feadb8e53fbf2681 (patch) | |
tree | a716b31096979cabc5560008b983ed8cc410a871 /mkspecs/solaris-cc-64-stlport/qmake.conf | |
parent | 3b705ed3fb5d485171ebd6132846ced88abd7187 (diff) | |
download | Qt-65313ba793c0e7cec265a224feadb8e53fbf2681.zip Qt-65313ba793c0e7cec265a224feadb8e53fbf2681.tar.gz Qt-65313ba793c0e7cec265a224feadb8e53fbf2681.tar.bz2 |
Add two new mkspecs for SunCC with stlport.
Untested, but not used anywhere yet, so this cannot cause any problems.
Diffstat (limited to 'mkspecs/solaris-cc-64-stlport/qmake.conf')
-rw-r--r-- | mkspecs/solaris-cc-64-stlport/qmake.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mkspecs/solaris-cc-64-stlport/qmake.conf b/mkspecs/solaris-cc-64-stlport/qmake.conf new file mode 100644 index 0000000..3437b8f --- /dev/null +++ b/mkspecs/solaris-cc-64-stlport/qmake.conf @@ -0,0 +1,8 @@ +# +# qmake configuration for solaris-cc-64-stlport +# + +include(../solaris-cc-64/qmake.conf) + +QMAKE_CXXFLAGS += -library=stlport4 +QMAKE_LFLAGS += -library=stlport4 |