remove mentions of borland from project files
[profile/ivi/qtbase.git] / tests / auto / corelib / plugin / qlibrary / lib / lib.pro
1 TEMPLATE = lib
2 CONFIG += dll
3 CONFIG -= staticlib
4 SOURCES         = mylib.c
5 TARGET = mylib
6 DESTDIR = ../
7 QT = core
8
9 wince*: DEFINES += WIN32_MSVC
10 win32-msvc: DEFINES += WIN32_MSVC
11
12 # This project is testdata for tst_qlibrary
13 target.path = $$[QT_INSTALL_TESTS]/tst_qlibrary
14 INSTALLS += target
15
16 win32 {
17     CONFIG(debug, debug|release) {
18         DESTDIR = ../debug/
19     } else {
20         DESTDIR = ../release/
21     }
22 }
23 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0