diff options
author | Slávek Banko <[email protected]> | 2020-01-21 20:04:28 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-01-21 20:04:28 +0100 |
commit | 1b319bac43208c1e703489c5ec08fc3ff40e8521 (patch) | |
tree | fca199dbbe9e942d63ba0d5587de3ecf479a2cbb /ubuntu/_base/tdevelop/debian/rules | |
parent | 86fbbd03c212a134acca21f7f58a4a20c98e03fe (diff) | |
download | tde-packaging-1b319bac43208c1e703489c5ec08fc3ff40e8521.tar.gz tde-packaging-1b319bac43208c1e703489c5ec08fc3ff40e8521.zip |
DEB tdevelop: Update for recent QTDIR => TQTDIR renaming.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'ubuntu/_base/tdevelop/debian/rules')
-rwxr-xr-x | ubuntu/_base/tdevelop/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/_base/tdevelop/debian/rules b/ubuntu/_base/tdevelop/debian/rules index f8fbb0de1..2b1734299 100755 --- a/ubuntu/_base/tdevelop/debian/rules +++ b/ubuntu/_base/tdevelop/debian/rules @@ -75,7 +75,7 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DWITH_BUILDTOOL_ALL="ON" \ -DWITH_LANGUAGE_ALL="ON" \ -DWITH_VCS_ALL="ON" \ - -DQTDIR="/usr/share/tqt3" + -DTQTDIR="/usr/share/tqt3" binary-install/tdevelop-trinity:: mkdir -p debian/tdevelop-trinity/opt/trinity/share/pixmaps |