RedPanda-CPP/redpanda-win-git-askpass/redpanda-win-git-askpass.pro

23 lines
300 B
Prolog
Raw Normal View History

2022-02-25 08:58:58 +08:00
TEMPLATE = app
CONFIG += windows
CONFIG -= app_bundle
CONFIG -= qt
DEFINES -= UNICODE
SOURCES += \
main.c
RC_FILE += \
redpanda-git-askpass_private.rc
resource.rc
2022-02-25 12:06:04 +08:00
isEmpty(PREFIX) {
PREFIX = /usr/local
}
win32: {
!isEmpty(PREFIX) {
target.path = $${PREFIX}
}
}