fix
This commit is contained in:
parent
b81d8f4866
commit
1091c0fc99
3 changed files with 7 additions and 7 deletions
|
|
@ -3,11 +3,11 @@
|
|||
|
||||
#define PREFIX "@CMAKE_INSTALL_PREFIX@"
|
||||
#define CONFDIR "@CMAKE_INSTALL_FULL_SYSCONFDIR@"
|
||||
#define DATADIR "@CMAKE_INSTALL_FULL_DATAROOTDIR@"
|
||||
#define ICON128DIR DATADIR "/mde/icons/128x128"
|
||||
#define ICON64DIR DATADIR "/mde/icons/64x64"
|
||||
#define ICON32DIR DATADIR "/mde/icons/32x32"
|
||||
#define ICON16DIR DATADIR "/mde/icons/16x16"
|
||||
#define DATAROOTDIR "@CMAKE_INSTALL_FULL_DATAROOTDIR@"
|
||||
#define ICON128DIR DATAROOTDIR "/mde/icons/128x128"
|
||||
#define ICON64DIR DATAROOTDIR "/mde/icons/64x64"
|
||||
#define ICON32DIR DATAROOTDIR "/mde/icons/32x32"
|
||||
#define ICON16DIR DATAROOTDIR "/mde/icons/16x16"
|
||||
|
||||
#cmakedefine HAS_PATHS_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 891431c4fe2f95032ae3c14213e77f678c89ebd4
|
||||
Subproject commit 6981b4840e283003124c519eab6f2ecfc903c2f0
|
||||
2
mdebase
2
mdebase
|
|
@ -1 +1 @@
|
|||
Subproject commit 08a3fa8f20bfd0c34d9f116f2f4092ddcad63db9
|
||||
Subproject commit e3edcfa7e1eea4c6f4da9296fc146c926353d6f6
|
||||
Loading…
Add table
Add a link
Reference in a new issue