mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-04-28 06:24:32 +00:00
I was trying to fix a crash in binary format handler that I thought was caused be removing these classes. Still this wasn't the case after some debugging, and, we really don't need them.
12 lines
273 B
Prolog
12 lines
273 B
Prolog
TEMPLATE=subdirs
|
|
|
|
DESTDIR = bin
|
|
SUBDIRS += extractarchiveoperationtest environmentvariable
|
|
|
|
unix:test.commands=./bin/extractarchiveoperationtest
|
|
win32:test.commands=bin\\extractarchiveoperationtest.exe
|
|
|
|
test.target=test
|
|
test.depends = $(TARGET)
|
|
QMAKE_EXTRA_TARGETS += test
|