Create filter dialog, board description
This commit is contained in:
@@ -68,6 +68,7 @@ linux-* {
|
||||
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
|
||||
|
||||
SOURCES += \
|
||||
src/frames/filterdialog.cpp \
|
||||
src/frames/aboutdialog.cpp \
|
||||
src/models/board.cpp \
|
||||
src/main.cpp \
|
||||
@@ -82,6 +83,7 @@ SOURCES += \
|
||||
src/tools.cpp
|
||||
|
||||
HEADERS += \
|
||||
src/frames/filterdialog.h \
|
||||
src/frames/aboutdialog.h \
|
||||
src/models/board.h \
|
||||
src/frames/mainwindow.h \
|
||||
@@ -95,6 +97,7 @@ HEADERS += \
|
||||
src/tools.h
|
||||
|
||||
FORMS += \
|
||||
src/frames/filterdialog.ui \
|
||||
src/frames/aboutdialog.ui \
|
||||
src/frames/mainwindow.ui \
|
||||
src/frames/namedialog.ui \
|
||||
|
||||
Reference in New Issue
Block a user