mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Be more detailed when defaulting to standalone build in YACReaderLibraryServer
This commit is contained in:
parent
315063ba24
commit
79a8a45895
@ -138,10 +138,10 @@ else:CONFIG(server_bundled) {
|
|||||||
INSTALLS += bin
|
INSTALLS += bin
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
message(No build type specified. Defaulting to standalone server build.)
|
message("No build type specified. Defaulting to standalone server build (CONFIG+=server_bundled).")
|
||||||
|
message("If you wish to run YACReaderLibraryServer on a system with an existing install of YACReaderLibrary, please specify CONFIG+=server_bundled as an option when running qmake.")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
bin.path = $$BINDIR
|
bin.path = $$BINDIR
|
||||||
isEmpty(DESTDIR) {
|
isEmpty(DESTDIR) {
|
||||||
bin.files = YACReaderLibraryServer
|
bin.files = YACReaderLibraryServer
|
||||||
|
Loading…
Reference in New Issue
Block a user