Move target exe to subdir when compiling.
This commit is contained in:
parent
5a33076ac0
commit
1695af454b
10
rssguard.pro
10
rssguard.pro
@ -86,7 +86,13 @@ isEmpty(PREFIX) {
|
||||
}
|
||||
}
|
||||
|
||||
message(rssguard: Compiled application will be copied to \"$$OUT_PWD\".)
|
||||
isEmpty(DESTDIR) {
|
||||
unix:!mac {
|
||||
DESTDIR = $$OUT_PWD/bin
|
||||
}
|
||||
}
|
||||
|
||||
message(rssguard: Shadow copy build directory \"$$OUT_PWD\".)
|
||||
|
||||
isEmpty(LRELEASE_EXECUTABLE) {
|
||||
LRELEASE_EXECUTABLE = lrelease
|
||||
@ -125,7 +131,7 @@ DEFINES += APP_REVISION='"\\\"$$APP_REVISION\\\""'
|
||||
|
||||
message(rssguard: RSS Guard version is: \"$$APP_VERSION\".)
|
||||
message(rssguard: Detected Qt version: \"$$QT_VERSION\".)
|
||||
message(rssguard: Build directory: \"$$DESTDIR\".)
|
||||
message(rssguard: Build destination directory: \"$$DESTDIR\".)
|
||||
message(rssguard: Prefix directory: \"$$PREFIX\".)
|
||||
message(rssguard: Build revision: \"$$APP_REVISION\".)
|
||||
message(rssguard: lrelease executable name: \"$$LRELEASE_EXECUTABLE\".)
|
||||
|
@ -59,7 +59,7 @@ void SkinFactory::loadCurrentSkin() {
|
||||
}
|
||||
}
|
||||
|
||||
qFatal("Failed to load selected or default skin. Quitting!");
|
||||
qCritical("Failed to load selected or default skin. Quitting!");
|
||||
}
|
||||
|
||||
void SkinFactory::loadSkinFromData(const Skin &skin) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user