mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-13 03:19:25 +00:00
7 lines
92 B
Plaintext
7 lines
92 B
Plaintext
QT_CONFIG -= no-pkg-config
|
|
|
|
!contains(CONFIG, staticlib) {
|
|
# Executable
|
|
LIBS += -liconv
|
|
}
|