mirror of
https://github.com/QuasarApp/qt-solutions.git
synced 2025-04-30 23:44:33 +00:00
This commit adds the contents of distribution packages of the relevant subset of the Qt Solutions components, generated from the last versions in Perforce.
14 lines
455 B
INI
14 lines
455 B
INI
TEMPLATE=lib
|
|
CONFIG += qt dll qtpropertybrowser-buildlib
|
|
mac:CONFIG += absolute_library_soname
|
|
win32|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release build_all
|
|
include(../src/qtpropertybrowser.pri)
|
|
TARGET = $$QTPROPERTYBROWSER_LIBNAME
|
|
DESTDIR = $$QTPROPERTYBROWSER_LIBDIR
|
|
win32 {
|
|
DLLDESTDIR = $$[QT_INSTALL_BINS]
|
|
QMAKE_DISTCLEAN += $$[QT_INSTALL_BINS]\\$${QTPROPERTYBROWSER_LIBNAME}.dll
|
|
}
|
|
target.path = $$DESTDIR
|
|
INSTALLS += target
|