Commit e53a9d6f authored by lm's avatar lm

Fixed window persistence

parent b6250c0c
...@@ -290,6 +290,9 @@ win32-msvc2008 { ...@@ -290,6 +290,9 @@ win32-msvc2008 {
CONFIG += qaxcontainer CONFIG += qaxcontainer
# QWebkit is not needed on MS-Windows compilation environment
CONFIG -= webkit
# Special settings for debug # Special settings for debug
#CONFIG += CONSOLE #CONFIG += CONSOLE
......
This diff is collapsed.
#include <QWebFrame>
#include <QWebPage>
#include <QApplication> #include <QApplication>
#include <QDir> #include <QDir>
#include <QDebug> #include <QDebug>
#include "QGCGoogleEarthView.h"
#include "QGCWebPage.h"
#include "UASManager.h" #include "UASManager.h"
#ifdef _MSC_VER #ifdef _MSC_VER
#include "ui_QGCGoogleEarthView.h" #include "ui_QGCGoogleEarthView.h"
#else #else
#include <QWebFrame>
#include <QWebPage>
#include "QGCWebPage.h"
#include "ui_QGCGoogleEarthView.h" #include "ui_QGCGoogleEarthView.h"
#endif #endif
#include "QGCGoogleEarthView.h"
QGCGoogleEarthView::QGCGoogleEarthView(QWidget *parent) : QGCGoogleEarthView::QGCGoogleEarthView(QWidget *parent) :
QWidget(parent), QWidget(parent),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment