Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
83216836
Commit
83216836
authored
Feb 05, 2009
by
Roberto Raggi
Browse files
Fixes: Compile with msvc
parent
c7c0386a
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/auto/cplusplus/shared/shared.pri
View file @
83216836
DEFINES +=
HAVE_QT
CPLUSPLUS_WITH_NAMESPACE
DEFINES += CPLUSPLUS_WITH_NAMESPACE
INCLUDEPATH += $$PWD/../../../../src/shared/cplusplus
DEPENDPATH += $$INCLUDEPATH .
LIBS += -L$$PWD -lCPlusPlusTestSupport
tests/auto/cplusplus/shared/shared.pro
View file @
83216836
...
...
@@ -3,6 +3,7 @@ TEMPLATE = lib
TARGET
=
CPlusPlusTestSupport
CONFIG
+=
static
QT
=
core
DESTDIR
=
$$
PWD
DEFINES
+=
HAVE_QT
CPLUSPLUS_WITH_NAMESPACE
DEFINES
+=
CPLUSPLUS_WITH_NAMESPACE
include
(
$$
PWD
/../../../../
src
/
shared
/
cplusplus
/
cplusplus
.
pri
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment