[Kst] branches/work/kst/portto4/kst
Peter Kümmel
syntheticpp at yahoo.com
Fri Nov 27 22:51:36 CET 2009
SVN commit 1055383 by kuemmel:
precompile Qt headers
M +4 -0 kst.pri
A pch.h [License: Trivial file.]
--- branches/work/kst/portto4/kst/kst.pri #1055382:1055383
@@ -30,6 +30,7 @@
}
+
!win32:OBJECTS_DIR = tmp
!win32:MOC_DIR = tmp
@@ -40,6 +41,9 @@
LIBS += -L$$OUTPUT_DIR/lib -L$$OUTPUT_DIR/plugin
VERSION = 2.0.0
+PRECOMPILED_HEADER = $$TOPLEVELDIR/pch.h
+CONFIG += precompile_header
+
# similar to qtLibraryTarget from mkspecs\features\qt_functions.p
defineReplace(kstlib) {
unset(LIBRARY_NAME)
More information about the Kst
mailing list