[go: up one dir, main page]

Menu

[5d31b2]: / test / test.pro  Maximize  Restore  History

Download this file

30 lines (23 with data), 783 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#-------------------------------------------------
#
# Project created by QtCreator 2015-02-17T16:31:39
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = test
TEMPLATE = app
#LIBS += $(SUBLIBS) -L../usr/lib -L$$PWD/../usr/lib -lelokabmimicon
#QMAKE_INCDIR +=$$PWD/../library/include/
DESTDIR = ../usr/bin
SOURCES += main.cpp\
mainwindow.cpp \
eiconengin.cpp
HEADERS += mainwindow.h \
eiconengin.h
FORMS += mainwindow.ui
#linux-g++*: {
# # Provide relative path from application to elokab librarys
# # ex:app=usr/bin/elokab-applications library=usr/lib/libelokabmimicon.so
# QMAKE_LFLAGS += -Wl,--rpath=\\\$\$ORIGIN/../lib
# }