Skip to content

Commit

Permalink
fixed build errors for QT Simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
rognar committed Oct 13, 2011
1 parent 6db8660 commit d85b474
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions platform/shared/qt/rhodes/QtMainWindow.cpp
Expand Up @@ -601,7 +601,9 @@ void QtMainWindow::menuActionEvent(bool checked)

void QtMainWindow::on_actionAbout_triggered()
{
#ifndef RHO_SYMBIAN
QMessageBox::about(this, RHOSIMULATOR_NAME, RHOSIMULATOR_NAME " v" RHOSIMULATOR_VERSION);
#endif
}

// slots:
Expand Down
2 changes: 2 additions & 0 deletions platform/shared/qt/rhodes/RhoSimulator.h
Expand Up @@ -28,6 +28,8 @@
#define RHOSIMULATOR_H

#define RHOSIMULATOR_NAME "RhoSimulator"
#ifndef RHO_SYMBIAN
#include "RhoSimulatorVersion.h"
#endif

#endif // RHOSIMULATOR_H
6 changes: 3 additions & 3 deletions platform/symbian/rhodes/rhodes.pro
Expand Up @@ -12,8 +12,8 @@ db.source = db
lib.source = lib
DEPLOYMENTFOLDERS = apps db lib

symbian:TARGET = AgendaSalute
symbian:TARGET.UID3 = 3780829545
symbian:TARGET = testmy
symbian:TARGET.UID3 = 3959687259
#0xE17AE169
#symbian:TARGET.UID3 = 0x20047C9A
#0xA00100C8
Expand Down Expand Up @@ -64,7 +64,6 @@ SOURCES += ../../shared/qt/rhodes/QtWebInspector.cpp \
../../shared/qt/rhodes/impl/NativeTabbarImpl.cpp \
../../shared/qt/rhodes/impl/MapViewImpl.cpp \
../../shared/qt/rhodes/impl/MainWindowImpl.cpp \
../../shared/qt/rhodes/impl/SSLImpl.cpp \
../../shared/qt/rhodes/impl/GeoLocationImpl.cpp \
../../shared/qt/rhodes/impl/DateTimePickerImpl.cpp \
../../shared/qt/rhodes/impl/CameraImpl.cpp \
Expand Down Expand Up @@ -133,6 +132,7 @@ INCLUDEPATH += /epoc32/include/app
INCLUDEPATH += src
INCLUDEPATH += ../../shared/ruby/ext/rho
SOURCES += ../../shared/common/PosixThreadImpl.cpp\
../../shared/qt/rhodes/impl/SSLImpl.cpp \
src/qwebviewkineticscroller.cpp \
src/phonebook/ruby_phonebook.cpp \
src/phonebook/Phonebook.cpp \
Expand Down

0 comments on commit d85b474

Please sign in to comment.