Initial QSfera import
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# FontIcon Collector Tool
|
||||
add_executable(fonticon_collector
|
||||
fonticon_collector.cpp
|
||||
)
|
||||
add_compile_definitions(SRC_DIR="${CMAKE_SOURCE_DIR}")
|
||||
|
||||
target_link_libraries(fonticon_collector
|
||||
QSferaResources
|
||||
Qt::Core
|
||||
Qt::Widgets
|
||||
Qt::Gui
|
||||
)
|
||||
apply_common_target_settings(fonticon_collector)
|
||||
Reference in New Issue
Block a user