Compile Windows

This commit is contained in:
Friedemann Kleint
2009-09-17 09:48:56 +02:00
parent 4bbf4140c9
commit 21d9ede43d
4 changed files with 6 additions and 6 deletions

View File

@@ -22,5 +22,5 @@ SUPPORT_QT_S60 = $$(QTCREATOR_WITH_S60)
$$PWD/rvcttoolchain.h
FORMS += $$PWD/s60devicespreferencepane.ui
OTHER_FILES += $$PWD/qt-s60-todo.txt
include($$PWD/../../../../tests/manual/trk/trklauncher.pri)||error("could not include trklauncher.pri")
include(../../shared/trk/trk.pri)||error("could not include trk.pri")
}

View File

@@ -40,8 +40,6 @@
namespace trk {
typedef TrkWriteQueueDevice::TrkCallback TrkCallback;
struct LauncherPrivate {
struct CopyState {
QString sourceFileName;
@@ -52,7 +50,7 @@ struct LauncherPrivate {
};
LauncherPrivate();
TrkWriteQueueDevice m_device;
TrkDevice m_device;
QString m_trkServerName;
QByteArray m_trkReadBuffer;

View File

@@ -4,8 +4,10 @@ INCLUDEPATH *= $$PWD
HEADERS += \
$$PWD/callback.h \
$$PWD/trkutils.h \
$$PWD/trkdevice.h
$$PWD/trkdevice.h \
$$PWD/launcher.h
SOURCES += \
$$PWD/trkutils.cpp \
$$PWD/trkdevice.cpp
$$PWD/trkdevice.cpp \
$$PWD/launcher.cpp