diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2017-04-07 11:18:28 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2017-04-07 11:18:28 +0200 |
commit | 3b7cea599ccda5b7bd067b2c1bda3f99565c77c3 (patch) | |
tree | be3483d77c3bb26db913ade5a4f7c03ae8846fbe /bin/gui/config.h.in | |
parent | 61193820ca1797e673906134ccf7b43c735cef8d (diff) | |
download | uca-3b7cea599ccda5b7bd067b2c1bda3f99565c77c3.tar.gz uca-3b7cea599ccda5b7bd067b2c1bda3f99565c77c3.tar.bz2 uca-3b7cea599ccda5b7bd067b2c1bda3f99565c77c3.tar.xz uca-3b7cea599ccda5b7bd067b2c1bda3f99565c77c3.zip |
control: fix load path of UI file
Diffstat (limited to 'bin/gui/config.h.in')
-rw-r--r-- | bin/gui/config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gui/config.h.in b/bin/gui/config.h.in index 1386cbf..7d4d5a0 100644 --- a/bin/gui/config.h.in +++ b/bin/gui/config.h.in @@ -1 +1 @@ -#define CONTROL_GLADE_PATH "${UCA_GLADEDIR}/control.glade" +#define CONTROL_GLADE_PATH "${CMAKE_INSTALL_GLADEDIR}/control.glade" |