Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions testgui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,16 @@ ADD_DEFINITIONS(-Wall)
ADD_EXECUTABLE(pietestgui ${MOC_SRCS} ${SRCS} ${UI_SRCS} ${UI_SRCS} ${RC_SRCS})

INSTALL(FILES pietestgui.desktop DESTINATION share/applications)
INSTALL(FILES pieng.png DESTINATION share/pixmaps RENAME pietestgui.png)

INSTALL(TARGETS pietestgui RUNTIME DESTINATION bin)

TARGET_LINK_LIBRARIES(pietestgui
Qt5::Core
Qt5::Gui
Qt5::Widgets
piehid
)


if (WIN32)
Expand All @@ -77,9 +87,3 @@ if (WIN32)

endif (WIN32)

target_link_libraries (pietestgui
Qt5::Core
Qt5::Gui
Qt5::Widgets
piehid)

Binary file added testgui/pieng.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.