WINCE: Fix renameing of resource files
The standard resource files where renamed, so fix the include for qmenu in Windows CE. Change-Id: Id29dd8e1028cf438f4d483126a74994fc1e310d7 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
parent
51914375b6
commit
5573a44f68
@ -4,9 +4,9 @@
|
||||
#include "winuser.h"
|
||||
|
||||
#if defined (_DEBUG) && defined(QT_DLL)
|
||||
#include "QtWidgetsd_resource.rc"
|
||||
#include "Qt5Widgetsd_resource.rc"
|
||||
#elif defined(QT_DLL)
|
||||
#include "QtWidgets_resource.rc"
|
||||
#include "Qt5Widgets_resource.rc"
|
||||
#endif
|
||||
|
||||
#define DIALOGEX DIALOG DISCARDABLE
|
||||
|
Loading…
Reference in New Issue
Block a user