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
2 changes: 2 additions & 0 deletions testgui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ ADD_DEFINITIONS(-Wall)

ADD_EXECUTABLE(pietestgui ${MOC_SRCS} ${SRCS} ${UI_SRCS} ${UI_SRCS} ${RC_SRCS})

INSTALL(FILES pietestgui.desktop DESTINATION share/applications)


if (WIN32)
# Make it start in main() on Windows.
Expand Down
9 changes: 9 additions & 0 deletions testgui/pietestgui.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Desktop Entry]
Version=1.5
Name=X-Keys pietestgui
TryExec=pietestgui
Exec=pietestgui
Icon=pietestgui
Terminal=false
Type=Application
Categories=Qt;Development;System;