Skip to content
GitLab
Menu
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
9c267616
Commit
9c267616
authored
Feb 05, 2010
by
Friedemann Kleint
Browse files
src/shared: Rename trk to symbianutils
parent
f2b3e9f2
Changes
19
Hide whitespace changes
Inline
Side-by-side
src/libs/symbianutils/symbianutils.pri
View file @
9c267616
INCLUDEPATH *= $$PWD/../../shared/
trk
DEPENDPATH += $$PWD/../../shared/
trk
INCLUDEPATH *= $$PWD/../../shared/
symbianutils
DEPENDPATH += $$PWD/../../shared/
symbianutils
LIBS *= -l$$qtLibraryTarget(symbianutils)
src/libs/symbianutils/symbianutils.pro
View file @
9c267616
...
...
@@ -3,4 +3,4 @@ CONFIG+=dll
TARGET
=
symbianutils
DEFINES
+=
SYMBIANUTILS_BUILD_LIB
include
(..
/../
qtcreatorlibrary
.
pri
)
include
(..
/../
shared
/
trk
/
trk
.
pri
)
include
(..
/../
shared
/
symbianutils
/
symbianutils
.
pri
)
src/shared/
trk
/bluetoothlistener.cpp
→
src/shared/
symbianutils
/bluetoothlistener.cpp
View file @
9c267616
File moved
src/shared/
trk
/bluetoothlistener.h
→
src/shared/
symbianutils
/bluetoothlistener.h
View file @
9c267616
File moved
src/shared/
trk
/bluetoothlistener_gui.cpp
→
src/shared/
symbianutils
/bluetoothlistener_gui.cpp
View file @
9c267616
File moved
src/shared/
trk
/bluetoothlistener_gui.h
→
src/shared/
symbianutils
/bluetoothlistener_gui.h
View file @
9c267616
File moved
src/shared/
trk
/callback.h
→
src/shared/
symbianutils
/callback.h
View file @
9c267616
File moved
src/shared/
trk
/communicationstarter.cpp
→
src/shared/
symbianutils
/communicationstarter.cpp
View file @
9c267616
File moved
src/shared/
trk
/communicationstarter.h
→
src/shared/
symbianutils
/communicationstarter.h
View file @
9c267616
File moved
src/shared/
trk
/launcher.cpp
→
src/shared/
symbianutils
/launcher.cpp
View file @
9c267616
File moved
src/shared/
trk
/launcher.h
→
src/shared/
symbianutils
/launcher.h
View file @
9c267616
File moved
src/shared/
trk/trk
.pri
→
src/shared/
symbianutils/symbianutils
.pri
View file @
9c267616
File moved
src/shared/
trk
/symbianutils_global.h
→
src/shared/
symbianutils
/symbianutils_global.h
View file @
9c267616
File moved
src/shared/
trk
/trkdevice.cpp
→
src/shared/
symbianutils
/trkdevice.cpp
View file @
9c267616
File moved
src/shared/
trk
/trkdevice.h
→
src/shared/
symbianutils
/trkdevice.h
View file @
9c267616
File moved
src/shared/
trk
/trkutils.cpp
→
src/shared/
symbianutils
/trkutils.cpp
View file @
9c267616
File moved
src/shared/
trk
/trkutils.h
→
src/shared/
symbianutils
/trkutils.h
View file @
9c267616
File moved
src/shared/
trk
/trkutils_p.h
→
src/shared/
symbianutils
/trkutils_p.h
View file @
9c267616
File moved
tests/manual/trklauncher/trklauncher.pro
View file @
9c267616
...
...
@@ -2,5 +2,5 @@ TEMPLATE = app
QT
=
core
DEFINES
+=
SYMBIANUTILS_INCLUDE_PRI
CONFIG
+=
console
include
(..
/../../
src
/
shared
/
trk
/
trk
.
pri
)
include
(..
/../../
src
/
shared
/
symbianutils
/
symbianutils
.
pri
)
SOURCES
+=
main
.
cpp
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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