mirror of
https://abf.rosa.ru/djam/pinentry-x2go.git
synced 2025-02-23 06:03:00 +00:00
24 lines
697 B
Prolog
24 lines
697 B
Prolog
|
######################################################################
|
||
|
# Automatically generated by qmake (2.01a) Fr Aug 3 07:44:35 2007
|
||
|
######################################################################
|
||
|
INSTALLS += target
|
||
|
target.path = $${PREFIX}/bin
|
||
|
|
||
|
QT += core gui widgets
|
||
|
|
||
|
TRANSLATIONS += pinentry-x2go_de.ts \
|
||
|
pinentry-x2go_ru.ts
|
||
|
|
||
|
TEMPLATE = app
|
||
|
TARGET = pinentry-x2go
|
||
|
DEPENDPATH += .
|
||
|
INCLUDEPATH += .
|
||
|
|
||
|
# Input
|
||
|
HEADERS += pinentrydialog.h pinlineedit.h
|
||
|
FORMS += templatedlg.ui
|
||
|
SOURCES += main.cpp pinentrydialog.cpp pinlineedit.cpp
|
||
|
INCLUDEPATH += . .. ../pinentry ../assuan
|
||
|
LIBS += ../pinentry/libpinentry.a ../assuan/libassuan.a ../secmem/libsecmem.a -lcap
|
||
|
RESOURCES += resources.rcc
|