aavit 5019ece540 Long live the Qt Solutions archive!
This commit adds the contents of distribution packages of the
relevant subset of the Qt Solutions components, generated
from the last versions in Perforce.
2010-10-06 12:57:48 +02:00

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)