mirror of
https://github.com/august-alt/gpui.git
synced 2025-02-01 13:47:04 +03:00
feat, build: update cmake files
This commit is contained in:
parent
1eb7ec3d54
commit
abc1f3c50c
@ -6,19 +6,24 @@ find_package(Qt5 COMPONENTS Core Widgets REQUIRED)
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
|
||||
set(HEADERS
|
||||
commonroles.h
|
||||
commonwidget.h
|
||||
preferencesdialog.h
|
||||
)
|
||||
|
||||
set(SOURCES
|
||||
commonwidget.cpp
|
||||
preferencesdialog.cpp
|
||||
)
|
||||
|
||||
set(UI_FORMS
|
||||
commonwidget.ui
|
||||
preferencesdialog.ui
|
||||
)
|
||||
|
||||
set(MOC_HEADERS
|
||||
commonwidget.h
|
||||
preferencesdialog.h
|
||||
)
|
||||
|
||||
qt5_wrap_ui(UI_SOURCES ${UI_FORMS})
|
||||
|
@ -6,10 +6,15 @@ find_package(Qt5 COMPONENTS Core Widgets REQUIRED)
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
|
||||
set(HEADERS
|
||||
shortcutswidget.h
|
||||
modelbuilder.h
|
||||
shortcutroles.h
|
||||
shortcutsschema.h
|
||||
shortcutswidget.h
|
||||
)
|
||||
|
||||
set(SOURCES
|
||||
modelbuilder.cpp
|
||||
shortcutsschema.cpp
|
||||
shortcutswidget.cpp
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user