repo.or.cz
/
opentx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[companion] Adjust GVAR not possible in global functions (fix #5425)
[opentx.git]
/
companion
/
src
/
shared
/
CMakeLists.txt
blob
7a7ba2e46faf15c944440090c2b45c103e81fa4f
1
include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})
2
3
set(shared_SRCS
4
genericpanel.cpp
5
hexspinbox.cpp
6
verticalscrollarea.cpp
7
)
8
9
set(shared_HDRS
10
autocheckbox.h
11
autocombobox.h
12
autodoublespinbox.h
13
autohexspinbox.h
14
autolineedit.h
15
genericpanel.h
16
hexspinbox.h
17
)
18
19
qt5_wrap_cpp(shared_SRCS ${shared_HDRS})
20
21
add_library(shared ${shared_SRCS})
22
qt5_use_modules(shared Widgets)