mirror of
https://github.com/QuasarApp/DoctorPill.git
synced 2025-04-26 09:44:41 +00:00
fix doctor pill lib
This commit is contained in:
parent
ffa27ffe5a
commit
89b41005a1
@ -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)
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include <QGuiApplication>
|
||||
#include <QQmlApplicationEngine>
|
||||
#include <QQmlContext>
|
||||
#include <doctorpill.h>
|
||||
#include <doctorpillgui.h>
|
||||
#include <thread>
|
||||
|
||||
class EmptyPill: public DP::iPill {
|
||||
|
@ -149,7 +149,7 @@ Page {
|
||||
rightMargin: 10
|
||||
topMargin: 10
|
||||
bottomMargin: 10
|
||||
|
||||
clip: true
|
||||
delegate: Component {
|
||||
RowLayout {
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Enter: </source>
|
||||
<translation>Ввод: </translation>
|
||||
<translation>Введите: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Drop</source>
|
||||
|
Loading…
x
Reference in New Issue
Block a user