diff options
author | Alexander Golubev <[email protected]> | 2024-03-10 01:39:17 +0300 |
---|---|---|
committer | Alexander Golubev <[email protected]> | 2024-03-10 01:39:17 +0300 |
commit | bd8bd100a41d205592a3c4d41c52617bfdeb602d (patch) | |
tree | 2833bfbd655f9ffababc2cc1fdbfac334262c698 /mkspecs/linux-g++-32 | |
parent | fad4acbe084403340bb0ee6979ea18db464e7085 (diff) | |
download | tqt3-bd8bd100a41d205592a3c4d41c52617bfdeb602d.tar.gz tqt3-bd8bd100a41d205592a3c4d41c52617bfdeb602d.zip |
Fix up mkspecs/linux-g++-32/qplatformdefs.h
The head of file was accidentally deleted in 455154ce
Signed-off-by: Alexander Golubev <[email protected]>
Diffstat (limited to 'mkspecs/linux-g++-32')
-rw-r--r-- | mkspecs/linux-g++-32/qplatformdefs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mkspecs/linux-g++-32/qplatformdefs.h b/mkspecs/linux-g++-32/qplatformdefs.h index 7c3bfb8ad..c770770f3 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 |