mirror of
https://github.com/g8bpq/QtSoundModem.git
synced 2025-04-05 22:41:30 +02:00
12 lines
454 B
Text
12 lines
454 B
Text
|
cp --preserve /mnt/Source/QT/QtSoundModem/*.cpp ./
|
||
|
cp --preserve /mnt/Source/QT/QtSoundModem/*.c ./
|
||
|
cp --preserve /mnt/Source/QT/QtSoundModem/*.h ./
|
||
|
cp --preserve /mnt/Source/QT/QtSoundModem/*.ui ./
|
||
|
cp --preserve /mnt/Source/QT/QtSoundModem/*.cxx ./
|
||
|
cp --preserve /mnt/Source/QT/QtSoundModem/*.pro ./
|
||
|
cp --preserve /mnt/Source/QT/QtSoundModem/*.qrc ./
|
||
|
cp --preserve /mnt/Source/QT/QtSoundModem/*.ico ./
|
||
|
qmake
|
||
|
make -j4
|
||
|
cp QtSoundModem /mnt/Source
|