mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-04 16:25:27 +08:00
qt 6.5.1 original
This commit is contained in:
7
tests/auto/tools/qmake/testdata/bundle-spaces/bundle-spaces.pro
vendored
Normal file
7
tests/auto/tools/qmake/testdata/bundle-spaces/bundle-spaces.pro
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
SOURCES += main.cpp
|
||||
|
||||
QWERTY_BUNDLE.version = Bogus.78
|
||||
QWERTY_BUNDLE.files = some-file "existing file" "non-existing file"
|
||||
QWERTY_BUNDLE.path = QwertyData
|
||||
|
||||
QMAKE_BUNDLE_DATA = QWERTY_BUNDLE
|
0
tests/auto/tools/qmake/testdata/bundle-spaces/existing file
vendored
Normal file
0
tests/auto/tools/qmake/testdata/bundle-spaces/existing file
vendored
Normal file
0
tests/auto/tools/qmake/testdata/bundle-spaces/main.cpp
vendored
Normal file
0
tests/auto/tools/qmake/testdata/bundle-spaces/main.cpp
vendored
Normal file
6
tests/auto/tools/qmake/testdata/bundle-spaces/some-file
vendored
Normal file
6
tests/auto/tools/qmake/testdata/bundle-spaces/some-file
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
all:
|
||||
C:\git\qt-kinetic-animations\bin\qmake qdir.pro -o Makefile -spec win32-msvc2008
|
||||
nmake -f Makefile
|
||||
first: all
|
||||
qmake:
|
||||
C:\git\qt-kinetic-animations\bin\qmake qdir.pro -o Makefile -spec win32-msvc2008
|
Reference in New Issue
Block a user