diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-09-26 01:32:27 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-09-26 01:32:27 +0200 |
commit | f1fd907ab2fd39bb4fe236021312f41330851768 (patch) | |
tree | bd222ed8fa2fc18562065c6e44cabf708d7da086 | |
parent | 2bab14428ff4305a294a84e2023dc162d10cf7d9 (diff) | |
download | kaffeine-f1fd907ab2fd39bb4fe236021312f41330851768.tar.gz kaffeine-f1fd907ab2fd39bb4fe236021312f41330851768.zip |
qt_includes => tqt_includes conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | kaffeine/src/player-parts/dummy-part/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaffeine/src/player-parts/dummy-part/Makefile b/kaffeine/src/player-parts/dummy-part/Makefile index 9eec096..78e7b97 100644 --- a/kaffeine/src/player-parts/dummy-part/Makefile +++ b/kaffeine/src/player-parts/dummy-part/Makefile @@ -292,7 +292,7 @@ po_SUBDIR_included_TRUE = prefix = /usr program_transform_name = s,x,x, psdir = ${docdir} -qt_includes = /usr/share/qt3/include +tqt_includes = /usr/share/qt3/include qt_libraries = /usr/share/qt3/lib sbindir = ${exec_prefix}/sbin sharedstatedir = ${prefix}/com |