Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
21d9ede4
Commit
21d9ede4
authored
Sep 17, 2009
by
Friedemann Kleint
Browse files
Compile Windows
parent
4bbf4140
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/qt-s60.pri
View file @
21d9ede4
...
...
@@ -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 trk
launcher
.pri")
include(
../../shared/trk/trk
.pri)||error("could not include trk.pri")
}
tests/manual
/trk/launcher.cpp
→
src/shared
/trk/launcher.cpp
View file @
21d9ede4
...
...
@@ -40,8 +40,6 @@
namespace
trk
{
typedef
TrkWriteQueueDevice
::
TrkCallback
TrkCallback
;
struct
LauncherPrivate
{
struct
CopyState
{
QString
sourceFileName
;
...
...
@@ -52,7 +50,7 @@ struct LauncherPrivate {
};
LauncherPrivate
();
Trk
WriteQueue
Device
m_device
;
TrkDevice
m_device
;
QString
m_trkServerName
;
QByteArray
m_trkReadBuffer
;
...
...
tests/manual
/trk/launcher.h
→
src/shared
/trk/launcher.h
View file @
21d9ede4
File moved
src/shared/trk/trk.pri
View file @
21d9ede4
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment