fix doctor pill lib

This commit is contained in:
Andrei Yankovich 2022-01-23 20:16:20 +03:00
parent ffa27ffe5a
commit 89b41005a1
4 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ else()
endif()
target_link_libraries(${CURRENT_PROJECT} PUBLIC ${PROJECT_NAME})
target_link_libraries(${CURRENT_PROJECT} PUBLIC ${PROJECT_NAME}GUI)
target_include_directories(${CURRENT_PROJECT} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
if(QT_VERSION_MAJOR EQUAL 6)

View File

@ -8,7 +8,7 @@
#include <QGuiApplication>
#include <QQmlApplicationEngine>
#include <QQmlContext>
#include <doctorpill.h>
#include <doctorpillgui.h>
#include <thread>
class EmptyPill: public DP::iPill {

View File

@ -149,7 +149,7 @@ Page {
rightMargin: 10
topMargin: 10
bottomMargin: 10
clip: true
delegate: Component {
RowLayout {

View File

@ -25,7 +25,7 @@
</message>
<message>
<source>Enter: </source>
<translation>Ввод: </translation>
<translation>Введите: </translation>
</message>
<message>
<source>Drop</source>