mirror of
https://github.com/QuasarApp/qt-solutions.git
synced 2025-05-16 14:59:35 +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.
16 lines
305 B
Prolog
16 lines
305 B
Prolog
TARGET = trivial
|
|
|
|
SOURCES = trivial.cpp
|
|
|
|
win32 {
|
|
RC_FILE = trivial.rc
|
|
} else:mac {
|
|
QMAKE_INFO_PLIST = Info.plist
|
|
REZ_FILES += trivial.r
|
|
rsrc_files.files = trivial.rsrc
|
|
rsrc_files.path = Contents/Resources
|
|
QMAKE_BUNDLE_DATA += rsrc_files
|
|
}
|
|
|
|
include(../../src/qtbrowserplugin.pri)
|