From 0d66b6176567eceda8dc5880a292df19386c7f78 Mon Sep 17 00:00:00 2001 From: sandman Date: Thu, 13 Jun 2002 15:09:47 +0000 Subject: Fix for ljp's fix for my fix of custom.h handling on iPAQs Should now work for iPAQ, Z and x86 --- (limited to 'core/launcher/main.cpp') diff --git a/core/launcher/main.cpp b/core/launcher/main.cpp index 12c2a7c..fc6d829 100644 --- a/core/launcher/main.cpp +++ b/core/launcher/main.cpp @@ -25,7 +25,7 @@ #include #include #include -#ifdef QT_QWS_CUSTOM +#if defined( QT_QWS_CUSTOM ) || defined( QT_QWS_IPAQ ) #include #endif -- cgit v0.9.0.2