blob: 6e120e86904d419b6d930a0fc01854eca2a22d43 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
*** examples/nodeCounter/nodeCounter.pro.orig Sat Oct 29 16:10:28 2005
--- examples/nodeCounter/nodeCounter.pro Sat Oct 29 16:10:38 2005
***************
*** 1,6 ****
--- 1,8 ----
CONFIG *= thread
CONFIG -= qt
+ INCLUDEPATH *= /usr/X11R6/include
+
# needs to be added if the library uses Qt xml parser. Can be removed if not.
macx: QMAKE_LFLAGS += -lqt
|