You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt3/tools/designer/designer/designer_pch.h

45 lines
1.1 KiB

/*
* This is a precompiled header file for use in Xcode / Mac GCC /
* GCC >= 3.4 / VC to greatly speed the building of TQt Designer. It may
* also be of use to people developing their own project, but it is
* probably better to define your own header. Use of this header is
* currently UNSUPPORTED.
*/
#if defined __cplusplus
#include <private/qucomextra_p.h>
#include <ntqaction.h>
#include <ntqapplication.h>
#include <ntqcheckbox.h>
#include <ntqcombobox.h>
#include <ntqdialog.h>
#include <ntqheader.h>
#include <ntqlabel.h>
#include <ntqlayout.h>
#include <ntqlineedit.h>
#include <ntqlistbox.h>
#include <ntqlistview.h>
#include <ntqmap.h>
#include <ntqmessagebox.h>
#include <ntqmetaobject.h>
#include <ntqobjectlist.h>
#include <ntqpainter.h>
#include <ntqpixmap.h>
#include <ntqpushbutton.h>
#include <ntqspinbox.h>
#include <ntqstring.h>
#include <ntqtooltip.h>
#include <ntqvariant.h>
#include <ntqwhatsthis.h>
#include <ntqwidget.h>
#include "command.h"
#include "formwindow.h"
#include "mainwindow.h"
#include "metadatabase.h"
#include "project.h"
#include "widgetfactory.h"
#endif