1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Make toxgui installable

Fixes #15
This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-07-04 17:43:15 +02:00
parent 365b5f6d59
commit 10cd34cd0a

View File

@ -15,8 +15,10 @@ CONFIG += c++11
TRANSLATIONS = translations/fr.ts \ TRANSLATIONS = translations/fr.ts \
translations/ru.ts translations/ru.ts
RESOURCES += \ RESOURCES += res.qrc
res.qrc
target.path = /usr/bin
INSTALLS += target
INCLUDEPATH += libs/include INCLUDEPATH += libs/include
win32 { win32 {