mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-01 10:27:53 +02:00
Build enhancements
Qt <4.7 is partially supported now: * Without Qt bindings (build.sh -without-qtbinding ...) * With reduced functionality (i.e. package manager won't work) Build compatibility with STL-less Qt installations
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include <QObject>
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace lay
|
||||
{
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
#include "laybasicCommon.h"
|
||||
|
||||
#include <QDialog>
|
||||
#include <string>
|
||||
|
||||
namespace Ui {
|
||||
class TipDialog;
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <QLabel>
|
||||
#include <QLineEdit>
|
||||
#include <QProxyStyle>
|
||||
#include <string>
|
||||
|
||||
namespace db
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user