summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2024-03-10 01:39:17 +0300
committerSlávek Banko <slavek.banko@axis.cz>2024-03-10 01:17:25 +0100
commit9d1f80158ea4dbfcaa38f5fa57f207119aa60ad2 (patch)
tree37bb78e0734525356d4bfe95fbb0cc58d043bca8
parentee2df97887ab95cc6d8bc49ee70e03d80b206bd3 (diff)
downloadtqt3-9d1f8015.tar.gz
tqt3-9d1f8015.zip
Fix up mkspecs/linux-g++-32/qplatformdefs.h
The head of file was accidentally deleted in 455154ce Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit bd8bd100a41d205592a3c4d41c52617bfdeb602d)
-rw-r--r--mkspecs/linux-g++-32/qplatformdefs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/mkspecs/linux-g++-32/qplatformdefs.h b/mkspecs/linux-g++-32/qplatformdefs.h
index 68530060..fd100489 100644
--- a/mkspecs/linux-g++-32/qplatformdefs.h
+++ b/mkspecs/linux-g++-32/qplatformdefs.h
@@ -1,3 +1,10 @@
+#ifndef TQPLATFORMDEFS_H
+#define TQPLATFORMDEFS_H
+
+// Get TQt defines/settings
+
+#include "ntqglobal.h"
+
#ifndef _DEFAULT_SOURCE
# define _DEFAULT_SOURCE
#endif