mirror of
https://github.com/g8bpq/QtSoundModem.git
synced 2025-04-02 21:41:19 +02:00
11 lines
454 B
Text
11 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
|