OSDN Git Service

QmlJS checks: Limit warning about unintentional empty blocks.
[qt-creator-jp/qt-creator-jp.git] / src / qtcreatorlibrary.pri
1 include(../qtcreator.pri)
2
3 # use precompiled header for libraries by default
4 isEmpty(PRECOMPILED_HEADER):PRECOMPILED_HEADER = $$PWD/shared/qtcreator_pch.h
5
6 win32 {
7     DLLDESTDIR = $$IDE_APP_PATH
8 }
9
10 DESTDIR = $$IDE_LIBRARY_PATH
11
12 include(rpath.pri)
13
14 TARGET = $$qtLibraryName($$TARGET)
15
16 contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
17
18 !macx {
19     win32 {
20         target.path = /bin
21         target.files = $$DESTDIR/$${TARGET}.dll
22     } else {
23         target.path = /$$IDE_LIBRARY_BASENAME/qtcreator
24     }
25     INSTALLS += target
26 }