mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
11 lines
189 B
Text
11 lines
189 B
Text
|
|
|
|
!contains(CONFIG, staticlib) {
|
|
# Executable
|
|
LIBS += -ldl -lrt
|
|
|
|
# Packaging
|
|
icon.files = $$P/assets/icon-114.png
|
|
icon.path = /usr/share/icons/hicolor/114x114/apps
|
|
INSTALLS += icon
|
|
}
|