example: add launch application example
fix some bug while testing the example Signed-off-by: ComixHe <heyuming@deepin.org> Signed-off-by: black-desk <me@black-desk.cn>
This commit is contained in:
8
examples/launchApp/CMakeLists.txt
Normal file
8
examples/launchApp/CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
||||
set(LAUNCHAPP_BIN launchApp)
|
||||
|
||||
add_executable(${LAUNCHAPP_BIN} main.cpp)
|
||||
|
||||
target_link_libraries(${LAUNCHAPP_BIN} PRIVATE
|
||||
Qt${QT_VERSION_MAJOR}::Core
|
||||
Qt${QT_VERSION_MAJOR}::DBus
|
||||
)
|
Reference in New Issue
Block a user