This commit is contained in:
2023-12-26 16:37:21 +08:00
commit a0ceffcd90
6 changed files with 1149 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
QT += core gui widgets
TEMPLATE = lib
CONFIG += c++17
INCLUDEPATH += $$PWD/
DESTDIR = $$PWD/../../Build/Libs
MOC_DIR = $$PWD/Build/moc
OBJECTS_DIR = $$PWD/Build/objs
RCC_DIR = $$PWD/Build/resources
UI_DIR = $$PWD/Build/ui
HEADERS += $$PWD/numkeydia.h
SOURCES += $$PWD/numkeydia.cpp
FORMS += $$PWD/numkeydia.ui
# Default rules for deployment.
unix {
target.path = /usr/lib
}
!isEmpty(target.path): INSTALLS += target