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,9 +138,9 @@ else:CONFIG(server_bundled) {
|
||||
INSTALLS += bin
|
||||
}
|
||||
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
|
||||
isEmpty(DESTDIR) {
|
||||
|
Loading…
Reference in New Issue
Block a user