This commit is contained in:
2026-04-25 16:33:53 +08:00
parent c567fc1e66
commit 49b1860afe
8 changed files with 320 additions and 314 deletions
+7 -1
View File
@@ -1,6 +1,8 @@
QT += core gui widgets
TEMPLATE = lib
TARGET = NumKeyBoard
DEFINES += NUMKEYBOARD_LIBRARY
CONFIG += c++17
@@ -12,12 +14,16 @@ OBJECTS_DIR = $$PWD/Build/objs
RCC_DIR = $$PWD/Build/resources
UI_DIR = $$PWD/Build/ui
HEADERS += $$PWD/numkeydia.h
HEADERS += \
$$PWD/NumKeyBoard_global.h \
$$PWD/numkeydia.h
SOURCES += $$PWD/numkeydia.cpp
FORMS += $$PWD/numkeydia.ui
RESOURCES += $$PWD/NumKeyBoard.qrc
# Default rules for deployment.
unix {
target.path = /usr/lib