mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-04-29 15:04:32 +00:00
- it tries to copy the needed qt_menu.nib dir Change-Id: I04fe564f62e16847a417e47c9a0719c043c1f027 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
16 lines
234 B
Prolog
16 lines
234 B
Prolog
TEMPLATE = app
|
|
INCLUDEPATH += . ..
|
|
TARGET = extractbinarydata
|
|
|
|
include(../../installerfw.pri)
|
|
|
|
QT -= gui
|
|
LIBS += -linstaller -l7z
|
|
|
|
CONFIG += console
|
|
DESTDIR = $$IFW_APP_PATH
|
|
|
|
SOURCES += main.cpp
|
|
|
|
macx:include(../../no_app_bundle.pri)
|