summaryrefslogtreecommitdiffstats
path: root/installerbuilder/tests/kd7zenginetest/kd7zenginetest.pro
blob: d6f60a92d1e8a879cc43ef0f8313ae8441675f25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app
TARGET = kd7zenginetest

DESTDIR = bin

CONFIG -= app_bundle

QT += testlib

include(../../libinstaller/libinstaller.pri)

SOURCES = kd7zenginetest.cpp 
HEADERS = kd7zenginetest.h 

win32:LIBS += ole32.lib oleaut32.lib user32.lib
win32:OBJECTS_DIR = .obj