fixed includes and other problems for win32

This commit is contained in:
SVN User
2008-07-13 00:29:05 +00:00
parent f8c7e323d1
commit 6150f13cdf
9 changed files with 20 additions and 12 deletions
+3 -2
View File
@@ -9,7 +9,6 @@ TEMPLATE = app
SO_VERSION = @LIBFWBUILDER_SOLIB_VERSION@
DEFINES += $$(DEFINES)
INCLUDEPATH += .. ../.. $$(INCLUDEPATH) @LIBFWBUILDER_INCLUDEPATH@
LANGUAGE = C++
UI_DIR = ui
MANDIR = @MANDIR@
@@ -35,6 +34,8 @@ unix {
exec_prefix = @EXEC_PREFIX@
DESTDIR =
INCLUDEPATH += .. ../.. $$(INCLUDEPATH) @LIBFWBUILDER_INCLUDEPATH@
LIBS_FWCOMPILER = @LIBFWBUILDER_LIBS_FWCOMPILER@
LIBS_FWBUILDER = @LIBFWBUILDER_LIBS_FWBUILDER@
@@ -71,7 +72,7 @@ unix {
}
exists(qmake2.inc) {
include( qmake2.inc)
include(qmake2.inc)
}
INSTALLS += target