mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
Added QMAKE_TARGET_BUNDLE_PREFIX to .pro files.
This commit is contained in:
@ -4,6 +4,9 @@
|
||||
|
||||
TEMPLATE = app
|
||||
TARGET = YACReaderLibraryServer
|
||||
|
||||
QMAKE_TARGET_BUNDLE_PREFIX = "com.yacreader"
|
||||
|
||||
CONFIG += console
|
||||
DEPENDPATH += ../YACReaderLibrary
|
||||
INCLUDEPATH += ../YACReaderLibrary
|
||||
@ -148,4 +151,4 @@ translation.files = ../release/languages/yacreaderlibrary_*
|
||||
|
||||
#manpage.path = $$DATADIR/man/man1
|
||||
#manpage.files = ../YACReaderLibrary.1
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user