14 lines
492 B
Plaintext
14 lines
492 B
Plaintext
$NetBSD: patch-ah,v 1.2 2010/11/18 22:52:04 adam Exp $
|
|
|
|
--- src/plugins/coreplugin/coreplugin.pro.orig 2010-08-24 07:46:09.000000000 +0000
|
|
+++ src/plugins/coreplugin/coreplugin.pro
|
|
@@ -197,7 +197,7 @@ else:unix {
|
|
SOURCES += progressmanager/progressmanager_x11.cpp
|
|
|
|
images.files = images/qtcreator_logo_*.png
|
|
- images.path = /share/pixmaps
|
|
+ images.path = $(PREFIX)/share/pixmaps
|
|
INSTALLS += images
|
|
}
|
|
OTHER_FILES += Core.pluginspec editormanager/BinFiles.mimetypes.xml
|