Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Qt FAQ.
There are the following differences between Run and Debug mode:
- The slashes in a filename's path vary (*):
-


Desktop Run: 'C:\QtSDK\Projects\CppQtCreatorDifferences-build-desktop\debug\CppQtCreatorDifferences.exe'
(screenshot (png))
-


Desktop Debug: 'C:/QtSDK/Projects/CppQtCreatorDifferences-build-desktop/debug/CppQtCreatorDifferences.exe'
(screenshot (png))
-


Simulator Run: 'C:\QtSDK\Projects\CppQtCreatorDifferences-build-simulator\debug\CppQtCreatorDifferences.exe'
(screenshot (png))
-


Simulator Debug: 'C:/QtSDK/Projects/CppQtCreatorDifferences-build-simulator/debug/CppQtCreatorDifferences.exe'
(screenshot (png))
-


Desktop Run: '/home/richel/qtsdk-2010.04/bin/Projects/Website/CppQtCreatorDifferences-build-desktop/CppQtCreatorDifferences'
(screenshot (png))
-


Desktop Debug: '/home/richel/qtsdk-2010.04/bin/Projects/Website/CppQtCreatorDifferences-build-desktop/CppQtCreatorDifferences'
(screenshot (png))
-


Simulator Run: '/home/richel/qtsdk-2010.04/bin/Projects/Website/CppQtCreatorDifferences-build-simulator/CppQtCreatorDifferences'
(screenshot (png))
-


Simulator Debug: '/home/richel/qtsdk-2010.04/bin/Projects/Website/CppQtCreatorDifferences-build-simulator/CppQtCreatorDifferences'
(screenshot (png))
- Different DLL's/shared libaries are called
(*) This is checked by the program below.
Technical facts
Application type(s)
Operating system(s) or programming environment(s)
IDE(s):
Project type:
C++ standard:
Compiler(s):
Libraries used:
Qt: version 4.7.0 (32 bit)
#-------------------------------------------------
#
# Project created by QtCreator 2011-02-09T11:50:27
#
#-------------------------------------------------
QT += core gui
TARGET = CppQtCreatorDifferences
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += main.cpp \
dialog.cpp
HEADERS += \
dialog.h
FORMS += \
dialog.ui
unix:!symbian {
maemo5 {
target.path = /opt/usr/bin
} else {
target.path = /usr/local/bin
}
INSTALLS += target
}
|
dialog.cpp
dialog.h
main.cpp
Downloads
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.
