This website works better with JavaScript.
Home
Help
Register
Sign In
TDE
/
dbus-tqt
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
13
Wiki
Activity
Browse Source
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro
2 years ago
parent
40a818c717
commit
50c7887ded
Signed by:
MicheleC
GPG Key ID:
2A75B7CA8ADED5CF
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
CMakeLists.txt
+1
-1
ChangeLog
+ 1
- 1
CMakeLists.txt
View File
@ -60,7 +60,7 @@ set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -include tqt.h" )
set
(
CMAKE_SHARED_LINKER_FLAGS
"-Wl,--no-undefined"
)
add_definitions
(
-
D
Q
T
_
T
H
R
E
A
D
_
S
U
P
P
O
R
T
-
D
T
Q
T
_
T
H
R
E
A
D
_
S
U
P
P
O
R
T
$
{
T
Q
T
_
C
F
L
A
G
S
_
O
T
H
E
R
}
)
+ 1
- 1
ChangeLog
View File
@ -13196,7 +13196,7 @@
* qt/.cvsignore: added
* qt/dbus-qthread.cc, qt/dbus-qthread.cpp: renamed former to
latter, added #ifdef QT_THREAD_SUPPORT guard.
latter, added #ifdef
T
QT_THREAD_SUPPORT guard.
* dbus/Makefile.am: added missing headers for make dist
Write
Preview
Loading…
Cancel
Save