Fix cmake build of FGQCanvas
This commit is contained in:
parent
05916a79ce
commit
66102d1736
2 changed files with 3 additions and 0 deletions
1
utils/fgqcanvas/.gitignore
vendored
1
utils/fgqcanvas/.gitignore
vendored
|
@ -2,3 +2,4 @@ moc_*
|
|||
*.moc
|
||||
fgqcanvas
|
||||
qrc_*.cpp
|
||||
fgcanvas.pro.user*
|
|
@ -57,6 +57,8 @@ set(SOURCES
|
|||
canvaspainteddisplay.h
|
||||
jsonutils.cpp
|
||||
jsonutils.h
|
||||
WindowData.cpp
|
||||
WindowData.h
|
||||
)
|
||||
|
||||
qt5_add_resources(qrc_sources fgqcanvas_resources.qrc)
|
||||
|
|
Loading…
Add table
Reference in a new issue