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
Marco Bubke
flatpak-qt-creator
Commits
7a71db32
Commit
7a71db32
authored
Dec 06, 2010
by
dt
Browse files
Coding style
parent
3f804ed0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4projectmanagerconstants.h
View file @
7a71db32
...
...
@@ -108,11 +108,11 @@ const char * const PROFILE_EVALUATE = "Qt4ProjectManager.ProFileEvaluate";
const
char
*
const
QT4PROJECT_ID
(
"Qt4ProjectManager.Qt4Project"
);
// Targets
const
char
*
const
DESKTOP_TARGET_ID
(
"Qt4ProjectManager.Target.DesktopTarget"
)
;
const
char
*
const
S60_EMULATOR_TARGET_ID
(
"Qt4ProjectManager.Target.S60EmulatorTarget"
)
;
const
char
*
const
S60_DEVICE_TARGET_ID
(
"Qt4ProjectManager.Target.S60DeviceTarget"
)
;
const
char
*
const
MAEMO_DEVICE_TARGET_ID
(
"Qt4ProjectManager.Target.MaemoDeviceTarget"
)
;
const
char
*
const
QT_SIMULATOR_TARGET_ID
(
"Qt4ProjectManager.Target.QtSimulatorTarget"
)
;
const
char
*
const
DESKTOP_TARGET_ID
=
"Qt4ProjectManager.Target.DesktopTarget"
;
const
char
*
const
S60_EMULATOR_TARGET_ID
=
"Qt4ProjectManager.Target.S60EmulatorTarget"
;
const
char
*
const
S60_DEVICE_TARGET_ID
=
"Qt4ProjectManager.Target.S60DeviceTarget"
;
const
char
*
const
MAEMO_DEVICE_TARGET_ID
=
"Qt4ProjectManager.Target.MaemoDeviceTarget"
;
const
char
*
const
QT_SIMULATOR_TARGET_ID
=
"Qt4ProjectManager.Target.QtSimulatorTarget"
;
// ICONS
const
char
*
const
ICON_QT_PROJECT
=
":/qt4projectmanager/images/qt_project.png"
;
...
...
Write
Preview
Supports
Markdown
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