Set TQT_REAL_TQT when tqt3 is created

pull/1/head
Timothy Pearson 13 years ago
parent 4013136b98
commit 8adb519a37

@ -132,3 +132,15 @@ diff -ur tools/designer/uic/form.cpp tools/designer/uic/form.cpp
globalIncludes += "qheader.h";
if ( name != objClass ) {
int wid = WidgetDatabase::idFromClassName( name );
diff -ur src/tools/qglobal.h src/tools/qglobal.h
--- src/tools/qglobal.h
+++ src/tools/qglobal.h
@@ -41,6 +41,8 @@
#ifndef TQGLOBAL_H
#define TQGLOBAL_H
+#define TQT_REAL_TQT 1
+
#define QT_VERSION_STR "3.3.8d"
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.

Loading…
Cancel
Save