diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-01-03 15:29:41 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-01-07 22:14:56 +0900 |
| commit | 4ce11cc30df1805459a615960fdec204a975548a (patch) | |
| tree | 084f1e1fa404bdf0d082b1a58acf392b5d177326 /pytde352.prj | |
| parent | 065f41b4908b11278d4334e8c85150ec0fd4a9f6 (diff) | |
| download | pytde-4ce11cc3.tar.gz pytde-4ce11cc3.zip | |
Drop python2 support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'pytde352.prj')
| -rw-r--r-- | pytde352.prj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pytde352.prj b/pytde352.prj index c3f5681..3362696 100644 --- a/pytde352.prj +++ b/pytde352.prj @@ -51,7 +51,7 @@ subst = $DST/extra/kde352 import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) importpath = $IMP sipslot = callBackObj callBackSlot dcopClient -include = ../extra/kde352/dcop +include = ./extra/kde352/dcop libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP define = "KDE_DEPRECATED", "" define = "DCOP_EXPORT", "" @@ -184,7 +184,7 @@ import = tdeui importpath = $IMP amend = * ctor parent /TransferThis/ amend = * all parent /Transfer/ -include = ../extra/kde352/tdeio @KDE_INCLUDEPATH@/tdeio ../tdecore +include = ./extra/kde352/tdeio @KDE_INCLUDEPATH@/tdeio ../tdecore libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdeio -ltdeui -ltdecore -ldcopcmodule\ -ltdecorecmodule -ltdeuicmodule sipslot = |
