summaryrefslogtreecommitdiffstats
path: root/config/qt6/linux-ptx-g++/qmake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/qt6/linux-ptx-g++/qmake.conf')
-rw-r--r--config/qt6/linux-ptx-g++/qmake.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/config/qt6/linux-ptx-g++/qmake.conf b/config/qt6/linux-ptx-g++/qmake.conf
new file mode 100644
index 000000000..9ac2ff81d
--- /dev/null
+++ b/config/qt6/linux-ptx-g++/qmake.conf
@@ -0,0 +1,26 @@
+#
+# qmake configuration for linux-ptx-g++
+#
+
+MAKEFILE_GENERATOR = UNIX
+CONFIG += incremental
+QMAKE_INCREMENTAL_STYLE = sublib
+
+include(../common/linux.conf)
+include(../common/gcc-base-unix.conf)
+include(../common/g++-unix.conf)
+
+# modifications to g++-base.conf
+QMAKE_CC = @COMPILER_PREFIX@gcc
+QMAKE_LINK_C = $$QMAKE_CC
+QMAKE_LINK_C_SHLIB = $$QMAKE_CC
+QMAKE_CXX = @COMPILER_PREFIX@g++
+QMAKE_LINK = $$QMAKE_CXX
+QMAKE_LINK_SHLIB = $$QMAKE_CXX
+
+# modifications to linux.conf
+QMAKE_AR = @COMPILER_PREFIX@ar cqs
+QMAKE_OBJCOPY = @COMPILER_PREFIX@objcopy
+QMAKE_NM = @COMPILER_PREFIX@nm -P
+
+load(qt_config)