|
|
|
@ -4,6 +4,10 @@
|
|
|
|
|
#
|
|
|
|
|
#-------------------------------------------------
|
|
|
|
|
|
|
|
|
|
win32 {
|
|
|
|
|
QCA_PATH = d:/prac/qt/lib/qca
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QT += network xml xmlpatterns
|
|
|
|
|
|
|
|
|
|
QT -= gui
|
|
|
|
@ -35,7 +39,13 @@ unix {
|
|
|
|
|
INSTALLS += target
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
LIBS += -lqca-qt5
|
|
|
|
|
win32 {
|
|
|
|
|
INCLUDEPATH += $$QCA_PATH/include
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
win32:CONFIG(release, debug|release): LIBS += -L$$QCA_PATH -lqca-qt5
|
|
|
|
|
else:win32:CONFIG(debug, debug|release): LIBS += -L$$QCA_PATH -lqca-qt5d
|
|
|
|
|
else:unix: LIBS += -lqca-qt5
|
|
|
|
|
|
|
|
|
|
RESOURCES += \
|
|
|
|
|
resource.qrc
|
|
|
|
|