blob: 40392036a51f1b7a248eb85e202fcad4dfc872b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
*** examples/simpleNodeCounter/simpleNodeCounter.pro.orig Sat Oct 29 16:11:09 2005
--- examples/simpleNodeCounter/simpleNodeCounter.pro Sat Oct 29 16:11:20 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
|